diff --git a/README.md b/README.md index 065209a..77790f5 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,15 @@ The easiest way to use 98.css is to import it from [unpkg](https://unpkg.com/). ``` -Here is an example of [98.css being used with React](https://codesandbox.io/s/objective-chandrasekhar-t5t6h?file=/src/index.js), and [an example with vanilla JavaScript](https://codesandbox.io/s/late-sound-miqho?file=/index.html). - Alternatively, you can grab 98.css for [the releases page](https://github.com/jdan/98.css/releases) or [npm](https://www.npmjs.com/package/98.css). ``` npm install 98.css ``` -Then reference [`build/98.css`](https://github.com/jdan/98.css/blob/master/build/98.css) however you see fit. Refer to the [documentation page](https://jdan.github.io/98.css/) for specific instructions on this library's components. +Here is an example of [98.css being used with React](https://codesandbox.io/s/objective-chandrasekhar-t5t6h?file=/src/index.js), and [an example with vanilla JavaScript](https://codesandbox.io/s/late-sound-miqho?file=/index.html). + +Refer to the [documentation page](https://jdan.github.io/98.css/) for specific instructions on this library's components. ### Issues, Contributing, etc.