folke / esbuild-runner

⚡️ Super-fast on-the-fly transpilation of modern JS, TypeScript and JSX using esbuild
https://www.npmjs.com/package/esbuild-runner
Apache License 2.0
712 stars 24 forks source link

docs: update README.md #45

Closed jsjoeio closed 7 months ago

jsjoeio commented 2 years ago

Fixes a typo in the README where it should say yarn

(unless npm added add and I didn't know)

akupiec commented 7 months ago

npm has quite few aliases :) you can check them. all by npm install --help

npm add is basically equivalent to npm install

jsjoeio commented 7 months ago

Lol wow, can't remember when I opened this but guess I didn't check. TIL! Thanks!