diff --git a/README.md b/README.md index 6fa94bf2..296a96ef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @gravity-ui/markdown-editor · [![npm package](https://img.shields.io/npm/v/@gravity-ui/markdown-editor)](https://www.npmjs.com/package/@gravity-ui/markdown-editor) [![CI](https://img.shields.io/github/actions/workflow/status/gravity-ui/markdown-editor/ci.yml?branch=main&label=CI)](https://github.com/gravity-ui/markdown-editor/actions/workflows/ci.yml?query=branch:main) [![Release](https://img.shields.io/github/actions/workflow/status/gravity-ui/markdown-editor/release.yml?branch=main&label=Release)](https://github.com/gravity-ui/markdown-editor/actions/workflows/release.yml?query=branch:main) [![storybook](https://img.shields.io/badge/Storybook-deployed-ff4685)](https://preview.gravity-ui.com/md-editor/) -## Markdown wysiwyg and markup editor +## Markdown wysiwyg and markup editor MarkdownEditor is a powerful tool for working with Markdown, which combines WYSIWYG and Markup modes. This means that you can create and edit content in a convenient visual mode, as well as have full control over the markup. @@ -69,5 +69,5 @@ Don't forget to call `configure()` from [UIKit](https://github.com/gravity-ui/ui To start the dev storybook ```shell -npm run dev +npm start ``` diff --git a/package.json b/package.json index 77870bc1..28973d0c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ ], "scripts": { "start": "npm run storybook:start", - "dev": "npm run storybook:start", "clean": "gulp clean", "build": "gulp", "typecheck": "tsc -p tsconfig.json --noEmit",