Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Update readme with proper CDN links.
Browse files Browse the repository at this point in the history
chriscorwin committed Apr 1, 2016
1 parent 9b55fb9 commit f35b3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -38,14 +38,14 @@ Ensure all the dependencies are included on the page (eg, such as using the CDN
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.1/js/bootstrap.min.js"></script>
<script src="//www.fuelcdn.com/fuelux/3.14.2/js/fuelux.min.js"></script>
<script src="//www.fuelcdn.com/fuelux/3.15.0/js/fuelux.min.js"></script>
```

#### The code you want is in `dist`
A few ways available to install.

- Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.14.2/)
- Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.15.0/)
- Install with [NPM](https://www.npmjs.com/package/fuelux): `npm install fuelux`.
- [Download the latest release](https://github.com/exacttarget/fuelux/archive/3.4.0.zip).
- Clone the repo: `git clone https://github.com/exacttarget/fuelux.git`.

0 comments on commit f35b3db

Please sign in to comment.