This repository was archived by the owner on Dec 5, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-60
lines changed Expand file tree Collapse file tree 2 files changed +5
-60
lines changed Original file line number Diff line number Diff line change 9
9
[ ![ Inline docs] ( http://inch-ci.org/github/James-Messinger/omnipath.svg?branch=master&style=shields )] ( http://inch-ci.org/github/James-Messinger/omnipath )
10
10
11
11
[ ![ npm] ( http://img.shields.io/npm/v/omnipath.svg )] ( https://www.npmjs.com/package/omnipath )
12
- [ ![ Bower] ( http://img.shields.io/bower/v/omnipath.svg )] ( #bower )
13
12
[ ![ License] ( https://img.shields.io/npm/l/omnipath.svg )] ( LICENSE )
14
13
15
14
[ ![ Browser Compatibility] ( https://saucelabs.com/browser-matrix/omnipath.svg )] ( https://saucelabs.com/u/omnipath )
@@ -76,22 +75,13 @@ var OmniPath = require('omnipath');
76
75
```
77
76
78
77
#### Web Browsers
79
- Install using [ bower] ( http://bower.io/ ) :
80
-
81
- ``` bash
82
- bower install omnipath
83
- ```
84
-
85
- Then reference [ ` omnipath.js ` ] ( dist/omnipath.js ) or [ ` omnipath.min.js ` ] ( dist/omnipath.min.js ) in your HTML:
78
+ Reference [ ` omnipath.js ` ] ( dist/omnipath.js ) or [ ` omnipath.min.js ` ] ( dist/omnipath.min.js ) in your HTML:
86
79
87
80
``` html
88
- <script src =" bower_components/omnipath/dist/omnipath.js" ></script >
89
- ```
90
-
91
- Or, if you're using AMD (Require.js), then import it into your module:
92
-
93
- ``` javascript
94
- define ([" omnipath" ], function (OmniPath ) { /* your module's code */ })
81
+ <script src =" https://cdn.rawgit.com/James-Messinger/omnipath/master/dist/omnipath.js" ></script >
82
+ <script >
83
+ OmniPath .resolve (somePath, someOtherPath);
84
+ </script >
95
85
```
96
86
97
87
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments