Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-k-alexandra committed Mar 29, 2024
1 parent c72364b commit 7ed68fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1146,14 +1146,13 @@ const pathways = getPathways();
#### getTimeframes(query, fields, sortBy, options)
Returns an array of timeframes that match query parameters. [Details on levels.txt](https://gtfs.org/schedule/reference/#timeframestxt)
Returns an array of timeframes that match query parameters. [Details on timeframes.txt](https://gtfs.org/schedule/reference/#timeframestxt)
```js
import { getTimeframes } from 'gtfs';
// Get all timeframes
const levels = getTimeframes();
const timeframes = getTimeframes();
```
#### getTransfers(query, fields, sortBy, options)
Expand Down

0 comments on commit 7ed68fd

Please sign in to comment.