Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
grikomsn committed Apr 18, 2024
1 parent a84db1a commit 763e075
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Toggle custom hook and component wrapper for React 🔦
- [Toggle wrapper - `<ToggleWrap />`](#toggle-wrapper---togglewrap-)
- [`<ClientOnly />`](#clientonly-)
- [API](#api)
- [Suggestions and/or questions](#suggestions-andor-questions)
- [Maintainers](#maintainers)
- [License](#license)

Expand All @@ -27,11 +26,7 @@ Toggle custom hook and component wrapper for React 🔦
## Installing

```sh
# using npm
npm install @kodingdotninja/use-toggle

# using yarn
yarn add @kodingdotninja/use-toggle
pnpm install @kodingdotninja/use-toggle
```

## Example usage
Expand Down Expand Up @@ -99,16 +94,12 @@ function App() {

## API

Read the full API documentation on <https://use-toggle-api-docs.koding.ninja>.

## Suggestions and/or questions

Head over to our [dedicated Discord channel for `use-toggle`](https://discord.gg/KsHtDasn7e).
Read the full API documentation on <https://kodingdotninja.github.io/use-toggle/>.

## Maintainers

- Griko Nibras ([@grikomsn](https://github.com/grikomsn))

## License

[MIT License, Copyright (c) 2021 Koding Ninja](./LICENSE)
[MIT License, Copyright (c) 2024 Koding Ninja](./LICENSE)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kodingdotninja/use-toggle",
"description": "Toggle custom hook and component wrapper for React 🔦",
"version": "1.0.0",
"version": "1.0.1",
"author": "Griko Nibras <[email protected]>",
"homepage": "https://github.com/kodingdotninja/use-toggle",
"repository": "https://github.com/kodingdotninja/use-toggle.git",
Expand Down

0 comments on commit 763e075

Please sign in to comment.