Skip to content

Commit

Permalink
Merge pull request #8 from ghoullier/patch-1
Browse files Browse the repository at this point in the history
Add missing import variable
  • Loading branch information
konowrockis authored May 19, 2021
2 parents 9f2db29 + 7284569 commit 4e1e50c
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 4e1e50c

Please sign in to comment.