diff --git a/CHANGELOG.md b/CHANGELOG.md index d0051e4..34e86b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][] +### Fixed + +- Fixed link on `README.md` docs + ## [1.0.0][] - 2021-10-28 ### Added @@ -25,6 +29,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fixing unit tests - -[Unreleased]: https://github.com/willmendesneto/react-sweet-wizard/compare/v1.0.0...HEAD -[1.0.0]: https://github.com/willmendesneto/react-sweet-wizard/tree/v1.0.0 \ No newline at end of file +[unreleased]: https://github.com/willmendesneto/react-sweet-wizard/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/willmendesneto/react-sweet-wizard/tree/v1.0.0 diff --git a/README.md b/README.md index f0b4571..d5a49e5 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ Well, there are several selling points, actually! - [Install](#install) - [Setup](#setup) -- [Usage](#usage) -- [Releases](#releases) - [Demo](#demo) +- [useWizardContext](#usewizardcontext) +- [Publish][#publish] ## Install