Skip to content

Commit

Permalink
docs fixes!
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jun 30, 2018
1 parent 1517d2b commit c9e5065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const router = require('find-my-way')({
})
```

According to [RFC3986](https://tools.ietf.org/html/rfc3986#section-6.2.2.1find-my-way), Fastify is case sensitive by default.
According to [RFC3986](https://tools.ietf.org/html/rfc3986#section-6.2.2.1), find-my-way is case sensitive by default.
You can disable this by setting the `caseSensitive` option to `false`:
in that case all paths will be lowercased before routing, including
parametric and regexp-matched values. You can turn off case sensitivity
Expand Down

0 comments on commit c9e5065

Please sign in to comment.