Skip to content

Commit

Permalink
npm
Browse files Browse the repository at this point in the history
  • Loading branch information
cferdinandi committed Mar 7, 2019
1 parent f10b8bb commit 0ecff68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -60,6 +60,14 @@ You can also use the [jsDelivr CDN](https://cdn.jsdelivr.net/gh/cferdinandi/houd
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/houdini@11.0.0/dist/js/houdini.polyfills.min.js"></script>
```

**NPM**

You can also use NPM (or your favorite package manager).

```bash
npm install houdinijs
```

### 2. Add the markup to your HTML.

1. Wrap your content in a `div` element and assign it a unique ID.
Expand Down

0 comments on commit 0ecff68

Please sign in to comment.