Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
charkour committed May 5, 2021
1 parent ad270eb commit 8adb497
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -10,7 +10,7 @@ This is the monoreposity for the Harmoniously project. The `packages/` directory

### [`harmoniously`](./packages/harmoniously)

Provides utilities to make scheduling easy while using constraint satisfaction techniques
> Provides utilities to make scheduling easy while using constraint satisfaction techniques
install [via npm](https://www.npmjs.com/package/harmoniously):

Expand All @@ -25,7 +25,7 @@ npm i harmoniously

### [`@harmoniously/react`](./packages/harmoniously-react)

React component and `useHarmony` hook for [`harmoniously`](https://www.npmjs.com/package/harmoniously)
> React component and `useHarmony` hook for [`harmoniously`](https://www.npmjs.com/package/harmoniously)
install [via npm](https://www.npmjs.com/package/@harmoniously/react):

Expand All @@ -40,7 +40,7 @@ npm i @harmoniously/react

### [`@harmoniously/shared`](./packages/harmoniously-shared)

Helpers for testing in development [`harmoniously`](https://www.npmjs.com/package/harmoniously)
> Helpers for testing in development [`harmoniously`](https://www.npmjs.com/package/harmoniously)
install [via npm](https://www.npmjs.com/package/@harmoniously/shared):

Expand All @@ -52,7 +52,7 @@ npm i @harmoniously/shared

### [`@harmoniously/types`](./packages/harmoniously-shared)

Shared types for the [`harmoniously`](https://www.npmjs.com/package/harmoniously) packages
> Shared types for the [`harmoniously`](https://www.npmjs.com/package/harmoniously) packages
install [via npm](https://www.npmjs.com/package/@harmoniously/types):

Expand Down

0 comments on commit 8adb497

Please sign in to comment.