Skip to content

Commit

Permalink
fix readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Oreshkin committed Aug 5, 2023
1 parent f44d3e1 commit 79eb561
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ _Result component:_

# Documentation

1. [Package Installation](#Installation)
1. [Creating Configuration](#Configuration)
1. [Adding Script to package.json](#RunCommand)
1. [Example](#Example)
1. [Package Installation](#installation)
1. [Creating Configuration](#configuration)
1. [Adding Script to package.json](#run-command)
1. [Example](#example)


# Installation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-components-id-generator",
"version": "1.0.0",
"version": "1.0.1",
"description": "package for generating IDs by config to help with auto testing",
"bin": {
"react-components-id-generator": "./bin/react-components-id-generator"
Expand Down

0 comments on commit 79eb561

Please sign in to comment.