Skip to content

Commit

Permalink
Add missing import variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoullier authored May 18, 2021
1 parent 9f2db29 commit 7284569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ yarn add ts-routes
## Quick start

```js
import { createRouting, number, query, uuid } from 'ts-routes';
import { createRouting, number, query, segment, uuid } from 'ts-routes';

const routes = createRouting({
products: segment`/products`,
Expand Down

0 comments on commit 7284569

Please sign in to comment.