Skip to content

Commit 53cea64

Browse files
authored
Update README.md
1 parent 573a6d0 commit 53cea64

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ Getting Started:
55

66
There are five categories of functions in this library, acoording to the API resources: People, Films, Starships, Vehicles, Species and Planets. Each category has 2 functions e.g. for Planets they are:
77

8-
-> getPlanets(id): e.g. getPlanets(1), getPlanets([1,2,3]), getPlanets()
9-
-> getPlanetsSchema()
8+
-> getPlanets(id): e.g. getPlanets(1), getPlanets([1,2,3]), getPlanets()
9+
-> getPlanetsSchema()
1010

1111
The first function `getPlanets()` accepts three variations of inputs:
12+
1213
-> 0 inputs: `getPlanets()` returns information on all the available Planets;
1314
-> 1 input:
1415
- 1 id: `getPlanets(1)` returns information about the 1st Planet, if there is one

0 commit comments

Comments
 (0)