diff --git a/README.md b/README.md index db97193..b8fc87e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ Returns a `reset` function which enables clearing the timeout, letting you call ### Usage +```bash +npm i throttle-ts +``` + ```javascript import { throttle } from "throttle-ts"; ```