Fix typos in README and exercises files

This commit is contained in:
Pietro Monticone
2022-12-05 18:27:43 +01:00
parent e41a34a37f
commit f418a6e6ee
6 changed files with 8 additions and 8 deletions

View File

@@ -9,11 +9,11 @@
### Exercise 1
Random.org provides a service that returns random numbers. One of the ways
how you can use it is by sending HTTP GET reguests. Here is an example request:
how you can use it is by sending HTTP GET requests. Here is an example request:
> https://www.random.org/integers/?num=10&min=1&max=6&col=1&base=10&format=plain&rnd=new
If you want to understand all the parameters plese check their meaning
If you want to understand all the parameters please check their meaning
[here](https://www.random.org/clients/http/).
For us it is enough that this request generates 10 random integers in the range