Skip to content

Commit

Permalink
docs: change to Pascal case
Browse files Browse the repository at this point in the history
  • Loading branch information
doylio committed Feb 3, 2022
1 parent 939e41e commit d0a33b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/New-Component-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ We follow [atomic design principles](https://bradfrost.com/blog/post/atomic-web-
Each component type can be generated with a yarn command:

```
yarn generate-atom [componentName]
yarn generate-molecule [componentName]
yarn generate-organism [componentName]
yarn generate-atom [ComponentName]
yarn generate-molecule [ComponentName]
yarn generate-organism [ComponentName]
```

These commands will generate the following files in the directory that corresponds to their position in the component hierarchy.
Expand Down

0 comments on commit d0a33b4

Please sign in to comment.