Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Joost Galama committed Apr 3, 2022
1 parent 2bb11aa commit 2ababef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Note
This router is a quick fix to supports a "." basename. But therefor doesn't allow deepnested pathnames.
Supported:
```
- "/name"
- "/path?with=query"
- "/path?with=query#andHash"
```
Not supported
```
- "/name/another-dir"
- "/trailing-slash/"
```

# Welcome to React Router · [![npm package][npm-badge]][npm] [![build][build-badge]][build]

[npm-badge]: https://img.shields.io/npm/v/react-router-dom.svg?style=flat-square
Expand Down

0 comments on commit 2ababef

Please sign in to comment.