diff --git a/README.md b/README.md index 189f5a4..505e498 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The successor to the most known word in the javascript universe. Every person wh Because I have literally 0.1 braincells, idk how to set up npm. You directly install this repo and it will clone the `/dist` folder into your node_module. ```bash - npm install github:dolanske/curry.ts + npm i @dolanske/curry ``` Or you can just copy and paste the `curry.mjs` file wherever in your project and import it @@ -802,4 +802,4 @@ Usage // because there could be more chained links which take a while to execute. const listItems = await $('li').get() const listItemsContents = await $('li').get('textContent') -``` \ No newline at end of file +```