Skip to content

Commit

Permalink
[update]
Browse files Browse the repository at this point in the history
  • Loading branch information
木瓜丸 committed Dec 8, 2020
1 parent 275def2 commit 82afde2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,16 @@ defineComponent('fizz-buzz')(FizzBuzz);
You can install this by using npm:

```bash
$ npm install --save-dev boke0/omusubi
$ npm install --save-dev omusubi-js
```
<!--

Or, you can use it by CDN:

```javascript
import {Component, html, defineComponent} from '//unpkg.com/omusubi/omusubi.min.js';
import {Component, html, defineComponent} from '//unpkg.com/omusubi-js/omusubi.min.js';

...
```
-->

## Features
### Cooperate with Vanilla
Expand Down
4 changes: 1 addition & 3 deletions docs/src/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ class Install extends Component {
$ npm install omusubi-js
</code>
</div>
<!--
<p>Or, use CDN:</p>
<div class='code'>
<code>
&lt;script type='module'&gt;<br>
import {Component, html, defineComponent} from '//unpkg.com/omusubi/omusubi.min.js';<br>
import {Component, html, defineComponent} from '//unpkg.com/omusubi-js/omusubi.min.js';<br>
&lt;/script&gt;
</code>
</div>
-->
</div>
</div>
`;
Expand Down

0 comments on commit 82afde2

Please sign in to comment.