Skip to content

Commit

Permalink
Merge pull request #186 from yezyilomo/update-docs
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
yezyilomo authored Apr 28, 2023
2 parents 6f374ec + 42161b0 commit 83750e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ You can also try live examples [Here](https://yezyilomo.github.io/state-pool-exa

## Installation
```sh
yarn add state-pool
npm install state-pool
```

Or

```sh
npm install state-pool
yarn add state-pool
```

<br/>
Expand Down
4 changes: 2 additions & 2 deletions website/docs/introduction/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ sidebar_position: 2

# Installation
```bash
npm add state-pool
npm install state-pool
```

Or

```bash
yarn install state-pool
yarn add state-pool
```
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'State Pool',
tagline: 'React state management library based on global variables and react hooks',
tagline: 'Transform your React app with our state management library! Declare global and local states like variables, powered by the magic of React hooks 🪄✨',
url: 'https://yezyilomo.github.io',
baseUrl: '/state-pool/',
onBrokenLinks: 'throw',
Expand Down

0 comments on commit 83750e9

Please sign in to comment.