Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwinton committed Jun 18, 2018
1 parent 9ddb147 commit 0533241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/isUri/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### isPage
### isUri

Check if '/_uris/' is in the uri

Expand All @@ -11,7 +11,7 @@ Check if '/_uris/' is in the uri
#### Example

```js
isPage('nymag.com/_uris/someuriid')
isUri('nymag.com/_uris/someuriid')
//=> true

```

0 comments on commit 0533241

Please sign in to comment.