@vaibhavjha/qrfy 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,28 +4,28 @@
4
4
 
5
5
  QRfy wraps any dev server command and generates a QR code in your terminal so you can open it on your phone in seconds. No more typing `192.168.x.x:3000` manually.
6
6
 
7
- [![npm version](https://img.shields.io/npm/v/qrfy.svg)](https://www.npmjs.com/package/qrfy)
8
- [![license](https://img.shields.io/npm/l/qrfy.svg)](https://github.com/vaibhavjha-dev/qrfy/blob/main/LICENSE)
7
+ [![npm version](https://img.shields.io/npm/v/@vaibhavjha/qrfy.svg)](https://www.npmjs.com/package/@vaibhavjha/qrfy)
8
+ [![license](https://img.shields.io/npm/l/@vaibhavjha/qrfy.svg)](https://github.com/vaibhavjha-dev/qrfy/blob/main/LICENSE)
9
9
 
10
10
  ---
11
11
 
12
12
  ## Install
13
13
 
14
14
  ```bash
15
- npm install -g qrfy
15
+ npm install -g @vaibhavjha/qrfy
16
16
  ```
17
17
 
18
18
  Or with other package managers:
19
19
 
20
20
  ```bash
21
21
  # yarn
22
- yarn global add qrfy
22
+ yarn global add @vaibhavjha/qrfy
23
23
 
24
24
  # pnpm
25
- pnpm add -g qrfy
25
+ pnpm add -g @vaibhavjha/qrfy
26
26
 
27
27
  # bun
28
- bun add -g qrfy
28
+ bun add -g @vaibhavjha/qrfy
29
29
  ```
30
30
 
31
31
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaibhavjha/qrfy",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Scan your dev server instantly - QR code for local dev URLs",
5
5
  "author": "Vaibhav Jha (https://github.com/vaibhavjha-dev)",
6
6
  "repository": {