Skip to content

Commit ad08423

Browse files
committed
add README
1 parent e59a159 commit ad08423

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,12 @@ loginController.addDefaultView('access-app', (data) => {
2525
```javascript
2626
var loginController = mvc.getController("login");
2727
loginController.updateViews("access-app", {success: true});
28+
```
29+
30+
# Installation
31+
32+
for es6:
33+
34+
```
35+
npm i mvc-es6
2836
```

native/README.md

-8
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,4 @@ loginController.addDefaultView('access-app', (data) => {
2525
```javascript
2626
var loginController = mvc.getController("login");
2727
loginController.updateViews("access-app", {success: true});
28-
```
29-
30-
# Installation
31-
32-
for es6:
33-
34-
```
35-
npm i mvc-es6
3628
```

0 commit comments

Comments
 (0)