Skip to content

Commit ec8e905

Browse files
authored
chore: fix quick-start formatting in README
1 parent 9a327ee commit ec8e905

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ The result of these principles is that you can plug one set of components into a
1818
A Yeoman generator is included for creating web components that meet these goals.
1919

2020
## Quick start
21-
```
22-
git clone [email protected]:patternfly/patternfly-elements.git
23-
cd patternfly-elements
24-
npm install # this will take a while due to lerna bootstrap
25-
npm run storybook
26-
```
21+
```
22+
git clone [email protected]:patternfly/patternfly-elements.git
23+
cd patternfly-elements
24+
npm install # this will take a while due to lerna bootstrap
25+
npm run storybook
26+
```
2727

2828
The storybook script will launch the interactive demo pages.
2929

0 commit comments

Comments
 (0)