Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.

Commit 27ea4de

Browse files
author
Luis Flores
authored
Update README.md
1 parent 4eaeacc commit 27ea4de

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
@@ -225,7 +225,7 @@ DeepLinking.addRoute('/profile/:id', ({ scheme, path, id }) => {
225225

226226
Example `facebook://profile/12/posts/403`
227227
```javascript
228-
// The following route does NOT match the URL.
228+
// The following route matches the URL.
229229
DeepLinking.addRoute('profile/:id/posts/:postId', ({ scheme, path, id, postId }) => {
230230
console.log(scheme); // `facebook://`
231231
console.log(path); // `/profile/12/posts/403`

0 commit comments

Comments
 (0)