diff --git a/README.md b/README.md index f87cec5..6c04a46 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ View component library using WebComponents. ## Usage ```javascript -import {Component, html, defineComponent} from 'omusubi'; +import {Component, html, defineComponent} from 'omusubi-js'; class FizzBuzz extends Component { init() { return { diff --git a/docs/src/install.js b/docs/src/install.js index e8e6e0d..4c7b18e 100644 --- a/docs/src/install.js +++ b/docs/src/install.js @@ -13,7 +13,7 @@ class Install extends Component {

Use npm:

- $ npm install boke0/omusubi + $ npm install omusubi-js