Skip to content

Commit

Permalink
README: minor grammatical fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeHoopla committed Jun 9, 2019
1 parent 2fbe546 commit bd61916
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MMM-Transloc
`MMM-Transloc` was created to use with the same API that Rider App uses and commonly used around many college campus bus systems.
`MMM-Transloc` was created to use with the same API that Rider App uses while still needing improvements its better than nothing.

![Full](example.png)

Expand All @@ -9,7 +9,7 @@
You will also need to create a API key at [RapidAPI](https://rapidapi.com/transloc/api/openapi-1-2)

to find your particular Agency Number type with your API key placed in
to find your particular Agency Number use the code below with your API key placed in
````bash
curl --get --include 'https://transloc-api-1-2.p.rapidapi.com/agencies.json?' -H 'X-RapidAPI-Host: transloc-api-1-2.p.rapidapi.com' -H 'X-RapidAPI-Key: YOUR KEY' >> AllAgencies.txt
````
Expand Down Expand Up @@ -44,5 +44,5 @@ modules: [
]
````

## Example


0 comments on commit bd61916

Please sign in to comment.