Skip to content

Commit e110a08

Browse files
committed
Update readme
1 parent b616e6f commit e110a08

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
@@ -17,6 +17,6 @@ $ npm install --save react-router-hash-link
1717
...
1818
import { HashLink as Link } from 'react-router-hash-link';
1919
...
20-
// Use it just like a RRv4 link:
20+
// Use it just like a RRv4 link (to can be a string or an object, see RRv4 api for details):
2121
<Link to="/some/path#with-hash-fragment">Link to Hash Fragment</Link>
2222
```

0 commit comments

Comments
 (0)