diff --git a/README.md b/README.md index 7ea474c..c66db38 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ func main() { } ``` -The example below shows a basic example of how the meteo package can fetch weather statuses concurrently. +The code sample below shows a basic example of how the meteo package can fetch weather statuses concurrently. ```go package main