Skip to content

Commit

Permalink
correct code example
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch Vars committed Apr 26, 2022
1 parent 09ec748 commit 5402828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*~
.DS_Store
.idea
4 changes: 2 additions & 2 deletions gbfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,11 @@ _versions_ | Yes | Array that contains one object, as defin
"data": {
"versions": [
{
"version":"1",
"version":"1.0",
"url":"https://www.example.com/gbfs/1/gbfs"
},
{
"version":"2",
"version":"1.1",
"url":"https://www.example.com/gbfs/2/gbfs"
}
]
Expand Down

0 comments on commit 5402828

Please sign in to comment.