Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kand committed Aug 10, 2015
1 parent 5d536ed commit 038c539
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
Ads manager for public side of sites. Fills in ad slots.

## Setup

1. Install via bower, ```<version>``` being the version to depend on:
```bash
$ bower install --save https://0469c955e10241b40fffe0225e29a3c238aadf69:x-oauth-basic@github.com/theonion/bulbs-public-ads-maanger.git\#\<version>
```

1. Provide ```adUnits``` module (???????????????)

1. Provide ```adsManager``` as a browserify dependency (????????????????)

1. Require and initialize ```AdsManager``` via a browserified file:
```javascript
var ads = require('adsManager');
Expand Down

0 comments on commit 038c539

Please sign in to comment.