Skip to content

Commit

Permalink
fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
paulokuong committed Dec 1, 2017
1 parent b7437c2 commit 9131fe0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Keep on changing this SDK when NOAA updates their API. Class can be extended
Code sample
-----------

| To get weather forecast for a coordinate in USA
To get weather forecast for a coordinate:

```python

Expand All @@ -38,6 +38,9 @@ Code sample
n.points_forecast(40.7314, -73.8656, hourly=False)
```

To get weather observation data from all nearest stations in 11375, US between
2017-12-01 00:00:00 (UTC) to 2017-12-01 05:00:00 (UTC)

```python

from noaa_sdk import noaa
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Goal
Code sample
-----------

| To get weather observations data from all nearest stations in 11375, US
| To get weather observation data from all nearest stations in 11375, US between 2017-12-01 00:00:00 (UTC) to 2017-12-01 05:00:00 (UTC)
.. code:: python
from noaa_sdk import noaa
Expand Down

0 comments on commit 9131fe0

Please sign in to comment.