Skip to content

Commit

Permalink
Merge pull request #21 from laheadle/fix-docs
Browse files Browse the repository at this point in the history
Fix path syntax in docs
  • Loading branch information
carloslfu committed May 28, 2020
2 parents f4e1a47 + 4caf9f2 commit caf963a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ if you translate to a state having a parameterized route then you have to ensure
}
}
}
details: { meta: { path: '/items/:id:/details'} }
details: { meta: { path: '/items/:id/details'} }
}
```
where the event trigger could look like this:
Expand All @@ -118,7 +118,7 @@ where the event trigger could look like this:

### Paths

Paths could have parameters such as `/items/:id:/details` and regular expressions, for more information please read this: https://github.com/pillarjs/path-to-regexp.
Paths could have parameters such as `/items/:id/details` and regular expressions, for more information please read this: https://github.com/pillarjs/path-to-regexp.

### Router events

Expand Down

0 comments on commit caf963a

Please sign in to comment.