Commit b8cae4ce authored by Natalia Tepluhina's avatar Natalia Tepluhina Committed by Tom Quirk

Change bash to shell in markdown

parent c9cb0c5f
...@@ -10,13 +10,13 @@ To build and launch Storybook locally, in the root directory of the `gitlab` pro ...@@ -10,13 +10,13 @@ To build and launch Storybook locally, in the root directory of the `gitlab` pro
1. Install Storybook dependencies: 1. Install Storybook dependencies:
```bash ```shell
yarn storybook:install yarn storybook:install
``` ```
1. Build the Storybook site: 1. Build the Storybook site:
```bash ```shell
yarn storybook:start yarn storybook:start
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment