Skip to content

Commit 9310042

Browse files
committed
Fixes on deploy workflows
1 parent 016bdcc commit 9310042

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ yarn add react-usage-bar
2323

2424
## 🔧 Usage
2525

26+
Live **demo** at: [https://chrisuser.github.io/react-usage-bar](https://chrisuser.github.io/react-usage-bar)
27+
2628
The usage bar needs to receive an array of items. In order to display all the values correctly every item should follow this interface:
2729

2830
### Item type
@@ -133,11 +135,11 @@ The tooltip of the item in which are written all the textual info.
133135

134136
<br>
135137

136-
## 📖 Docs (https://chrisuser.github.io/react-usage-bar)
138+
## 📖 Docs
137139

138140
<br>
139141

140-
You can also run the project in a local enviroment using [Storybook](https://storybook.js.org/):
142+
You can run the project in a local enviroment using [Storybook](https://storybook.js.org/):
141143

142144
```
143145
$ yarn storybook

src/UsageBar.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const items = [
1111
{
1212
name: "UI",
1313
value: 10,
14-
color: "#E75D04",
14+
color: "#E85D04",
1515
},
1616
{
1717
name: "Photos",

0 commit comments

Comments
 (0)