Skip to content

Commit

Permalink
Update: Writing README
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotgao2 committed Dec 26, 2017
1 parent 7de9125 commit 98044aa
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
Expand Up @@ -139,7 +139,7 @@ $ toapi run
### Running Items

``` json
// http://127.0.0.1:5000/_items
# http://127.0.0.1:5000/_items

{
"/pic/?q=:key": [
Expand All @@ -154,7 +154,7 @@ $ toapi run


``` json
// http://127.0.0.1:5000/_status
# http://127.0.0.1:5000/_status

{
"cache_get": 2,
Expand All @@ -170,7 +170,7 @@ $ toapi run
### Running Results

``` json
// http://127.0.0.1:5000/pic/?q=coffee
# http://127.0.0.1:5000/pic/?q=coffee

{
"Pixabay": [
Expand Down

0 comments on commit 98044aa

Please sign in to comment.