update name and readme

This commit is contained in:
Andrew Lisowski 2018-12-03 01:09:57 -08:00
parent cfbf65f095
commit 1d5511d0b6
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"name": "github-markdown-css",
"name": "storybook-addon-notes-github-markdown-css",
"version": "1.0.0",
"description": "Make your notes addon look like github markdown",
"license": "MIT",

View File

@ -13,7 +13,7 @@ Make your notes addon look like github markdown. Shameless fork of [this](https:
Download [manually](https://raw.githubusercontent.com/sindresorhus/github-markdown-css/gh-pages/github-markdown.css), from [CDNJS](https://cdnjs.com/libraries/github-markdown-css), or with npm:
```
$ npm install github-markdown-css
$ npm install storybook-addon-notes-github-markdown-css
```
## Usage
@ -33,7 +33,7 @@ module.exports = (baseConfig, env, config) => {
target: "index.html",
parent: "head",
text:
'<link rel="stylesheet" type="text/css" href="https://raw.githubusercontent.com/hipstersmoothie/github-markdown-css/gh-pages/github-markdown.css" />'
'<link rel="stylesheet" type="text/css" href="https://unpkg.com/storybook-addon-notes-github-markdown-css@1.0.0/github-markdown.css" />'
}
])
);