From 9381e088873094c12c2d2087bdfd9ef8f7c8fac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Dolansk=C3=BD?= Date: Fri, 15 Nov 2024 19:39:29 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```