From 65d01c45291a211ed555f4b2babf7ee284c4ddf0 Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Thu, 19 Jul 2018 13:33:11 +0100 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffe443f..f66ff68 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Unlike the default URL parser, this one supports the following: * `:12345` => `{hosts: [{port: 12345}]` * `username@` => `{user: 'username'}` * `:pass123@` => `{password: 'pass123'}` -* `/one/two` => `{path: ['seg1', 'seg2']}` +* `/one/two` => `{path: ['one', 'two']}` * `?p1=1&p2=a+b` => `{params: {p1: '1', p2: 'a b'}}` For more short-syntax examples see [Optional Format].