Skip to content

Commit

Permalink
fix: silly readme error
Browse files Browse the repository at this point in the history
  • Loading branch information
MhouneyLH committed Jan 21, 2024
1 parent 2397f3b commit 17cc5a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log

## [1.0.0] - 21.01.2024
## [1.0.1] - 21.01.2024

- fix readme because of wrong paths for showcases

## 🥳 [1.0.0] - 21.01.2024

- Initial release
- Following features:
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ The project is a VSCode extension, that tracks your keystrokes, while coding. Do
### 📊 Keep track of your total keystrokes and wpm

![](./assets/img/showcase_wpm_and_live_count.gif)
![](./docs/keystrokes_and_wpm.gif)

### 📊 Show analytics

![](./assets/img/showcase_count_analytics.gif.gif)
![](./assets/img/showcase_count_analytics.gif)

![](./assets/img/showcase_most_often_pressed_keys.gif.gif)
![](./assets/img/showcase_most_often_pressed_keys.gif)

<p align="right">(<a href="#readme_top">back to top</a>)</p>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/MhouneyLH/KCodeFlow.git"
},
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"vscode": "^1.71.0"
},
Expand Down

0 comments on commit 17cc5a7

Please sign in to comment.