diff --git a/README.md b/README.md index a785475..c9e0eab 100644 --- a/README.md +++ b/README.md @@ -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.