Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit e7b3c1a

Browse files
committed
Update readme
1 parent 96860dd commit e7b3c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A simple wrapper for Dark Sky API
2121
## Usage
2222
- Get the API key from https://darksky.net/dev
2323
- Install this package in your project:<br> `composer require darksky/darksky`
24-
- To forecast
24+
- To forecast:
2525
```
2626
try {
2727
$darksky = new Darksky('API_KEY', 'LAT', 'LONG');
@@ -31,7 +31,7 @@ try {
3131
}
3232
```
3333

34-
- To use the time machine
34+
- To use the time machine:
3535
```
3636
try {
3737
$darksky = new Darksky('API_KEY', 'LAT', 'LONG');

0 commit comments

Comments
 (0)