Small formatting updates to download.md (#707)
This commit is contained in:
parent
827f3d2ea0
commit
3d99fda795
@ -1,15 +1,15 @@
|
||||
The code can be found in:
|
||||
|
||||
* [Github](https://github.com/yldio/joyent-portal/tree/master/packages/ui-toolkit)
|
||||
* [NPM](https://www.npmjs.com/package/joyent-ui-toolkit)
|
||||
* [GitHub](https://github.com/yldio/joyent-portal/tree/master/packages/ui-toolkit)
|
||||
* [npm](https://www.npmjs.com/package/joyent-ui-toolkit)
|
||||
|
||||
#### Install
|
||||
### Install
|
||||
|
||||
```bash static
|
||||
yarn add joyent-portal-ui-toolkit
|
||||
```
|
||||
|
||||
#### Usage
|
||||
### Usage
|
||||
|
||||
```js static
|
||||
import { H1 } from 'joyent-portal-ui-toolkit'
|
||||
@ -19,10 +19,10 @@ export default () => (
|
||||
);
|
||||
```
|
||||
|
||||
#### Demo
|
||||
### Demo
|
||||
|
||||
```bash static
|
||||
yarn styleguide
|
||||
```
|
||||
|
||||
open http://0.0.0.0:6060
|
||||
Open ``http://0.0.0.0:6060``
|
||||
|
Loading…
Reference in New Issue
Block a user