Small formatting updates to download.md (#707)

This commit is contained in:
Inayaili de León Persson 2017-10-03 15:37:14 +01:00 committed by Sara Vieira
parent 827f3d2ea0
commit 3d99fda795
1 changed files with 6 additions and 6 deletions

View File

@ -1,15 +1,15 @@
The code can be found in: The code can be found in:
* [Github](https://github.com/yldio/joyent-portal/tree/master/packages/ui-toolkit) * [GitHub](https://github.com/yldio/joyent-portal/tree/master/packages/ui-toolkit)
* [NPM](https://www.npmjs.com/package/joyent-ui-toolkit) * [npm](https://www.npmjs.com/package/joyent-ui-toolkit)
#### Install ### Install
```bash static ```bash static
yarn add joyent-portal-ui-toolkit yarn add joyent-portal-ui-toolkit
``` ```
#### Usage ### Usage
```js static ```js static
import { H1 } from 'joyent-portal-ui-toolkit' import { H1 } from 'joyent-portal-ui-toolkit'
@ -19,10 +19,10 @@ export default () => (
); );
``` ```
#### Demo ### Demo
```bash static ```bash static
yarn styleguide yarn styleguide
``` ```
open http://0.0.0.0:6060 Open ``http://0.0.0.0:6060``