Skip to content

Commit

Permalink
docs: add clarifying comment about test command
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Dec 20, 2024
1 parent 4ac4374 commit faad4a6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@

The easiest, most unruggable, and comprehensive token data service.

**Getting started:**
**Getting started:**

Run `npm i tkn` from the command line
Run `npm i tkn` from the command line

then:
then:
```
import { tkn } from 'tkn';
const data = await tkn.fetch('eth');
```

---
**Developing:**
`npm i`
**Developing:**
`npm i`
`npm test`

---
**Publishing:**
Update version in `package.json`
`git commit -m "commit message"`
`npm login`
`git tag <v0.1.0 (version label)> <1f2d3a4 (commit sha)>`
`git push origin --tags`
**Publishing:**
Update version in `package.json`
`git commit -m "commit message"`
`npm login`
`git tag <v0.1.0 (version label)> <1f2d3a4 (commit sha)>`
`git push origin --tags`
`npm publish`

0 comments on commit faad4a6

Please sign in to comment.