Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanske authored Nov 15, 2024
1 parent 401bbfb commit 9381e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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')
```
```

0 comments on commit 9381e08

Please sign in to comment.