Skip to content

Commit

Permalink
Updated command to install from GitHub Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrachov authored Aug 10, 2024
1 parent 6914abb commit a33fbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A simple crawler made in JavaScript for Node.
To install, you first have to follow [this guide](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#installing-a-package) on GitHub Docs. Then, you can run:

```bash
$ npm install crawling
$ npm install @lgrachov/crawling@1.0.0
```

This should install the package in your project.
Expand Down

0 comments on commit a33fbcb

Please sign in to comment.