Skip to content

Commit ac10e27

Browse files
authored
fix package name
1 parent ce20151 commit ac10e27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ MAKE ME THE CODE
2626
**Typescript**
2727

2828
```javascript
29-
import {JsonRoute} from "json-route";
29+
import {JsonRoute} from "json-routing";
3030

3131
let routeInfo:Array<any> = new JsonRoute(app, {
3232
"routesPath": "./api/routes",
@@ -38,7 +38,7 @@ let routeInfo:Array<any> = new JsonRoute(app, {
3838
**JS ES6**
3939

4040
```javascript
41-
let jsonRoute = require("json-route")
41+
let jsonRoute = require("json-routing")
4242

4343
let routeInfo = new JsonRoute(app, {
4444
"routesPath": "./api/routes",

0 commit comments

Comments
 (0)