Skip to content

Commit 880e8cc

Browse files
authored
Add v2.3 support to TypeScript model README
Follow up of #157 This PR updates the README of the TypeScript model to add v2.3 support.
1 parent 9d367f0 commit 880e8cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

models/typescript/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ npm install gbfs-typescript-types --save-dev
1414
```
1515

1616
## Versions
17+
- v2.3
1718
- v3.0
1819
- v3.1-RC
1920

@@ -38,4 +39,4 @@ fetch(url).then((systemInformationResponse) => {
3839
systemInformationData = systemInformationJson.data;
3940
})
4041
})
41-
```
42+
```

0 commit comments

Comments
 (0)