From 038c539bba9a90f6f79dc131054f4ba053dd3685 Mon Sep 17 00:00:00 2001 From: Andrew Kos Date: Mon, 10 Aug 2015 17:23:55 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 05c4700..8a1db3d 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,16 @@ Ads manager for public side of sites. Fills in ad slots. ## Setup + 1. Install via bower, `````` being the version to depend on: ```bash $ bower install --save https://0469c955e10241b40fffe0225e29a3c238aadf69:x-oauth-basic@github.com/theonion/bulbs-public-ads-maanger.git\#\ ``` + 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');