Skip to content

Commit 1d3f6b9

Browse files
authored
Update README.md
1 parent 66c9437 commit 1d3f6b9

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
@@ -59,7 +59,7 @@ server.register(proxy, {
5959
server.listen(3000)
6060
```
6161

62-
Notice that in these case it is important to use the `prefix` option and to have *non-ambiguous* or *non-overlapping* prefixes (e.g. `/api` and `/api2`).
62+
Notice that in this case it is important to use the `prefix` option to tell the proxy how to properly route the requests across different upstreams.
6363

6464
For other examples, see `example.js`.
6565

0 commit comments

Comments
 (0)