Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro100 committed Apr 23, 2024
1 parent ff79155 commit 13982f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Currently only version 3.0 of GBFS is supported
## Example Code
```typescript
// top level import
import { v3 } from './';
import { v3 } from 'gbfs-typescript-types';

// high level types
import { SystemInformation } from 'gbfs-typescript-types/v3.0';
Expand Down
2 changes: 1 addition & 1 deletion models/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gbfs-typescript-types",
"version": "1.0.1",
"version": "1.0.2",
"description": "Language Bindings for GBFS in Typescript",
"types": "index.d.ts",
"scripts": {
Expand Down

0 comments on commit 13982f4

Please sign in to comment.