We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b616e6f commit e110a08Copy full SHA for e110a08
README.md
@@ -17,6 +17,6 @@ $ npm install --save react-router-hash-link
17
...
18
import { HashLink as Link } from 'react-router-hash-link';
19
20
-// Use it just like a RRv4 link:
+// Use it just like a RRv4 link (to can be a string or an object, see RRv4 api for details):
21
<Link to="/some/path#with-hash-fragment">Link to Hash Fragment</Link>
22
```
0 commit comments