Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentRhetoric committed Jan 23, 2024
1 parent 53dee4f commit d881012
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,17 @@ pnpm add solid-algo-wallets
### Use it

```js
import solid-algo-wallets from 'solid-algo-wallets'
import { UseSolidAlgoWallets } from 'solid-algo-wallets'
```

### Global This

In order to use the library in the browser with Buffer, the following must be added to index.html (or at the Javascript entrypoint of your project):

```html
<script>
global = globalThis
</script>
```

## Overview
Expand Down

0 comments on commit d881012

Please sign in to comment.