Skip to content

Commit 94b16e8

Browse files
committed
fix: scope name
1 parent b773ba2 commit 94b16e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Installation (two quick ways):
1111
- Run directly with npx (no install required):
1212

1313
```bash
14-
npx @shivarm/codeguardian
14+
npx @shivam-sharma/codeguardian
1515
```
1616

1717
- Install as a dev dependency (recommended for team projects):
1818

1919
```bash
20-
npm install --save-dev @shivarm/codeguardian
20+
npm install --save-dev @shivam-sharma/codeguardian
2121
```
2222

2323
Basic commands:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@shivarm/codeguardian",
2+
"name": "@shivam-sharma/codeguardian",
33
"version": "1.0.0",
44
"description": "CLI to scan repos for sensitive secrets before pushing",
55
"main": "src/index.js",

0 commit comments

Comments
 (0)