Skip to content

Commit 87e2b61

Browse files
author
Simon Planinschek
committed
Cleanup readme.md
1 parent 0cff09d commit 87e2b61

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

readme.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,10 @@ const MyCommponent = () => {
2929

3030
SVG related parameters like height and width can be passed as props
3131

32-
## Generate Component
32+
## Generate Components
3333
To generate the components, simply run the following command
3434
```bash
35-
npm run build
36-
```
37-
38-
or
39-
40-
```bash
41-
npm run bootstrapping
35+
npm run generate
4236
```
4337

4438
## Build & Publish
@@ -50,11 +44,6 @@ npm version minor
5044
npm version major
5145
```
5246

53-
To remove all generated files run the clean script
54-
```bash
55-
npm run clean
56-
```
57-
5847
## Information
5948

6049
About Bits is a company based in South Tyrol, Italy. You can find more information about us on [our website](https://aboutbits.it).

0 commit comments

Comments
 (0)