Skip to content

Commit 6cf6675

Browse files
committed
change username for the package
1 parent 4cc9a6f commit 6cf6675

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Installation is done using the
3535
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
3636

3737
```bash
38-
npm install @nimisha.gj/mikrotik-client-manager
38+
npm install @nimish.gj/mikrotik-client-manager
3939
```
4040
## Features
4141
* Add WireGuard Client

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@nimisha.gj/mikrotik-wireguard-client-manager",
2+
"name": "@nimish.gj/mikrotik-wireguard-client-manager",
33
"version": "1.0.0",
44
"description": "A Node.js package for managing WireGuard VPN clients on MikroTik routers via SSH",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)