Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr authored Jul 29, 2024
1 parent 486acaf commit 40eeee4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This package was derived from needs in [`@nostrwatch`](https://github.com/sandwi
## Installation
The package is available on npm and can be installed using npm, yarn, or pnpm.

```
```bash
npm install nostr-geotags

yarn add nostr-geotags
Expand All @@ -27,7 +27,7 @@ pnpm add nostr-geotags
```

## Usage
```
```typescript
import ngeotags from 'nostr-geotags'

event = {}
Expand Down Expand Up @@ -222,12 +222,12 @@ This is a response with all options enabled (deduped, `dedupe: true`)
## Development
To build the package, run:

```
```bash
npm run build
```

To run tests:

```
```bash
npm test
```

0 comments on commit 40eeee4

Please sign in to comment.