Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jan 16, 2025
1 parent 5e047e3 commit 3012cd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 74 deletions.
73 changes: 0 additions & 73 deletions packages/wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,9 @@
## install
package name: `@notemine/wrapper`

**npm**
```bash
npm install @notemine/wrapper
```

<details>
<summary>pnpm</summary>

```bash
pnpm install @notemine/wrapper
```
</details>

<details>
<summary>pnpm</summary>

```bash
pnpm install @notemine/wrapper
```
</details>

## usage
_untested_
Expand Down Expand Up @@ -253,70 +236,14 @@ Install **wasm-pack** with `cargo install wasm-pack`
### build wasm
Build the wasm with `build:wasm`

**npm**

```bash
npm build:wasm
```

<details>
<summary>pnpm</summary>

```bash
pnpm build:wasm
```
</details>

<details>
<summary>pnpm</summary>

```bash
pnpm build:wasm
```
</details>

### build package

Build the package with `build`
**npm**

```bash
npm run build
```

<details>
<summary>pnpm</summary>

```bash
pnpm run build
```
</details>

<details>
<summary>pnpm</summary>

```bash
pnpm build
```
</details>

### test
```bash
npm run test
```

<details>
<summary>pnpm</summary>

```bash
pnpm run test
```
</details>

<details>
<summary>pnpm</summary>

```bash
pnpm build
```
</details>
2 changes: 1 addition & 1 deletion packages/wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notemine/wrapper",
"version": "0.0.4",
"version": "0.0.5",
"author": "[email protected]",
"description": "Nostr note miner wrapper for notemine wasm-bindgen",
"repository": "https://github.com/sandwichfarm/notemine-js",
Expand Down

0 comments on commit 3012cd9

Please sign in to comment.