From a33fbcba9289d3ca4ab243e319a73fd7355a1a1f Mon Sep 17 00:00:00 2001 From: Lev Grachov Date: Sat, 10 Aug 2024 14:36:42 -0700 Subject: [PATCH] Updated command to install from GitHub Packages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.