Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nimatrengo committed Jul 17, 2023
1 parent 652754c commit 6f11c03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ Soft Bun is a lightweight and framework-agnostic reactivity library for JavaScri
You can install Soft Bun using npm or Yarn:

```shell
npm install soft-bun
npm install soft_bun
```

or

```shell
yarn add soft-bun
yarn add soft_bun
```

## Usage

Here's a basic example of how to use Soft Bun:

```javascript
import SoftBun from 'soft-bun';
import SoftBun from 'soft_bun';

const data = {a: 2, b: 1};
const state = new SoftBun(data);
Expand Down

0 comments on commit 6f11c03

Please sign in to comment.