Skip to content

Commit

Permalink
chore: adjusts package description
Browse files Browse the repository at this point in the history
  • Loading branch information
akoenig committed May 29, 2024
1 parent f02a850 commit 7763c23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@openformation/markdown-archiver",
"description": "Library for creating self-contained markdown files by embedding images.",
"version": "0.1.1",
"exports": "./mod.ts",
"imports": {
Expand Down
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ The library is published to [jsr.io](https://jsr.io/) and can be installed into
your TypeScript project by utilizing your respective package manager:

```sh
# For Deno
deno add @openformation/markdown-archiver

# OR for npm
npx jsr add @openformation/markdown-archiver

# OR for Yarn
yarn dlx jsr add @openformation/markdown-archiver

# OR for pnpm
pnpm dlx jsr add @openformation/markdown-archiver

# OR for bun
bunx jsr add @openformation/markdown-archiver
```
Expand Down

0 comments on commit 7763c23

Please sign in to comment.