Skip to content

Commit e05f9a4

Browse files
authored
Update README.md
1 parent aa2da52 commit e05f9a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The main objectives of this application are to:
1313
1. This project focuses on implementing scalable CSS architecture for maintainable and consistent styles.
1414
2. It designs reusable React components using effective design patterns for modularity and composability.
1515
3. The components are built with TypeScript to ensure type safety and improve code maintainability.
16-
4. Unit and visual regression testing are incorporated to maintain component stability and catch layout or style issues.
16+
4. Unit and visual regression testing are incorporated to maintain component stability and catch style issues.
1717
5. Storybook is used to document components and establish a consistent design system for collaboration.
1818
<hr />
1919

@@ -46,7 +46,9 @@ Core technologies used:
4646

4747
6. Commit the project:
4848
```sh
49-
yarn commit
49+
npm commit
50+
51+
- **Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.**
5052
5153
## NPM Packages
5254
@test.ds.e/foundation
@@ -61,5 +63,3 @@ npm install @test.ds.e/react
6163
```bash
6264
npm install @test.ds.e/scss
6365
```
64-
65-
- **Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.**

0 commit comments

Comments
 (0)