Skip to content

Commit

Permalink
✏️ fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos committed Jul 14, 2019
1 parent 2c95ef5 commit a40bb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ importHTML('./subApp/index.html')
.then(res => {
console.log(res.template);

res.execScript().then(exports => {
res.execScripts().then(exports => {
const mobx = exports;
const { observable } = mobx;
observable({
Expand Down

0 comments on commit a40bb44

Please sign in to comment.