Skip to content

Commit f399236

Browse files
committed
README Update
1 parent aa9d2cf commit f399236

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[![Jest](https://github.com/code4rena-dev/components-library/actions/workflows/test-runner.yml/badge.svg)](https://github.com/code4rena-dev/components-library/actions/workflows/test-runner.yml)
22

33
# Code4rena Components Library
4-
---
54

65
## Using Components in your project
76

@@ -36,7 +35,7 @@ import { Alert } from "@code4rena/components-library";
3635
### 4. Typescript Support
3736
All components in this library have TypeScript support. Types for all complex component props are also named exports available through the `/types` subdirectory (see example below):
3837
```
39-
import { ButtonSize, ButtonType, ButtonVariant } from "@code4rena/componenets-library/types";
38+
import { ButtonSize, ButtonType, ButtonVariant } from "@code4rena/components-library/types";
4039
4140
<Button
4241
label="Sample Button"

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[![Jest](https://github.com/code4rena-dev/components-library/actions/workflows/test-runner.yml/badge.svg)](https://github.com/code4rena-dev/components-library/actions/workflows/test-runner.yml)
22

33
# Code4rena Components Library
4-
---
54

65
## Using Components in your project
76

@@ -36,7 +35,7 @@ import { Alert } from "@code4rena/components-library";
3635
### 4. Typescript Support
3736
All components in this library have TypeScript support. Types for all complex component props are also named exports available through the `/types` subdirectory (see example below):
3837
```
39-
import { ButtonSize, ButtonType, ButtonVariant } from "@code4rena/componenets-library/types";
38+
import { ButtonSize, ButtonType, ButtonVariant } from "@code4rena/components-library/types";
4039
4140
<Button
4241
label="Sample Button"

0 commit comments

Comments
 (0)