Skip to content

Commit 493ef42

Browse files
committed
Edd explanation for #25 and #28
1 parent de76007 commit 493ef42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ FlowRouter.triggers.enter([() => {
763763
</template>
764764
```
765765

766-
You can override the Regex used to separate params (default `/(:[\w\(\)\\\+\*\.\?\[\]\-]+)+/g`):
766+
You can change the URI Regex parser used for `params` (default `/(:[\w\(\)\\\+\*\.\?\[\]\-]+)+/g`), for more info see [#25](https://github.com/VeliovGroup/flow-router/issues/25):
767767
```jsx
768768
import { FlowRouter } from 'meteor/ostrio:flow-router-extra';
769769
// Use dashes as separators so `/:id-:slug/` isn't translated to `id-:slug` but to `:id`-`:slug`

0 commit comments

Comments
 (0)