Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 5f4fdce

Browse files
committed
Fix type in readme
1 parent 8a5f662 commit 5f4fdce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = routes
7171

7272
### Express
7373

74-
More in it's repo [createrest-express](https://atmx.in/rest-ex)
74+
More in its repo [createrest-express](https://atmx.in/rest-ex)
7575

7676
```js
7777
const { createRestExpress } = require('createrest-express')
@@ -89,7 +89,7 @@ app.listen(4001, () => {
8989

9090
### Koa
9191

92-
More in it's repo [createrest-koa](https://atmx.in/rest-koa)
92+
More in its repo [createrest-koa](https://atmx.in/rest-koa)
9393

9494
```js
9595
const Koa = require('koa')

0 commit comments

Comments
 (0)