Skip to content

Commit

Permalink
Fix README's "Browser usage"
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Jul 23, 2024
1 parent 990b973 commit 777de52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ cd "$(mktemp -d)" && npm init -y && npm install esbuild age-encryption
npx esbuild --target=es6 --bundle --minify --outfile=age.js --global-name=age age-encryption
```

<-- TODO: why doesn't
or download a pre-built one from the [Releases page](https://github.com/FiloSottile/typage/releases).

<!-- TODO: why doesn't
npx --package esbuild --package age-encryption -- esbuild ...
Expand Down

0 comments on commit 777de52

Please sign in to comment.