Skip to content

Commit 5f77037

Browse files
committed
Update readme
1 parent 0ff0255 commit 5f77037

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Highlight Numbers
1+
# React String Replace Demo
22

3-
A very simple example of using `reactReplaceString` to highlight numbers in a rendered text string.
3+
An example of using `reactStringReplace` to add links to URLs, @-mentions and hashtags in a string.
44

55
**Quick Start:**
66

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ replacedText = replaceString(replacedText, /#(\w+)/g, match => (
101101

102102
### Full Example
103103

104-
See the `example/` directory for a runnable example.
104+
See the [`example/`](https://github.com/iansinnott/react-string-replace/tree/master/example) directory for a runnable example.
105105

106106
## Why?
107107

0 commit comments

Comments
 (0)