Skip to content

Commit

Permalink
docs: removed dev dependency recommendation (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhaticus authored Nov 7, 2024
1 parent b2d4e82 commit 005c3bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ In addition, the library provides the necessary global type declaration for `Sym

## 🌱 Install
```bash
# `@tsmetadata/polyfill` is intended to be installed as a dev dependency.
npm install -D @tsmetadata/polyfill
npm install @tsmetadata/polyfill
```

## ⚙️ Usage
Expand All @@ -33,4 +32,4 @@ You may also need to configure your `tsconfig.json` to target <= ES2022 and incl

## 🙏 Thanks

Special thanks to Oleksandr Tarasiuk for implementing decorator metadata and to Andrew Branch for releasing an early version of this polyfill.
Special thanks to Oleksandr Tarasiuk for implementing decorator metadata and to Andrew Branch for releasing an early version of this polyfill.

0 comments on commit 005c3bd

Please sign in to comment.