Skip to content

Commit

Permalink
🐳 Edits README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekielaquino committed May 23, 2017
1 parent 061a6da commit 97aaa2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ look of em. So this is me trying to update them for 2017.

1. Include Marquee3000 in your html file. Download zip or install via `bower install marquee3000` || `npm install marquee3000`

```js
const Marquee3k = require('marquee3000');
// or
import Marquee3k from 'marquee3000';
```


```html
<script src="marquee3k.js"></script>
```
Expand Down

0 comments on commit 97aaa2a

Please sign in to comment.