Skip to content

Commit

Permalink
add link to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin-lukas committed Jul 7, 2024
1 parent b04257a commit 463a574
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

- uses: actions/checkout@v1

- name: Use Node.js 16.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: npm install, npm run test
run: |
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@


Anzol provides very useful React hooks for very common tasks such as data fetching
or deferring the updating of values with a custom timeout. You can find working examples in the documentation or if
you just want the code in the examples/components directory.
or deferring the updating of values with a custom timeout. You can find working examples in the
[documentation](https://konstantin-lukas.github.io/anzol/) or if you just want the code in the examples/components
directory.

Anzol is built alongside automated tests to ensure quality.

Expand Down

0 comments on commit 463a574

Please sign in to comment.