diff --git a/docs/api/client/rest.md b/docs/api/client/rest.md index 25eee4e41c..a7d6546996 100644 --- a/docs/api/client/rest.md +++ b/docs/api/client/rest.md @@ -22,7 +22,7 @@ The following chapter describes the use of npm install @feathersjs/rest-client --save ``` -`@feathersjs/rest-client` allows to connect to a service exposed through a RESTÂ HTTP transport (e.g. with [Koa](../koa.md#rest) or [Express](../express.md#rest)) using [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API), [Superagent](http://visionmedia.github.io/superagent/) or [Axios](https://github.com/mzabriskie/axios). +`@feathersjs/rest-client` allows to connect to a service exposed through a RESTÂ HTTP transport (e.g. with [Koa](../koa.md#rest) or [Express](../express.md#rest)) using [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API), [Superagent](https://github.com/ladjs/superagent) or [Axios](https://github.com/mzabriskie/axios).