tbssnch 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.
- package/README.md +3 -6
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,16 +1,13 @@
|
|
1
|
-
It's me, Tierney!
|
2
|
-
|
3
1
|
# Usage
|
4
2
|
|
5
3
|
## npm
|
4
|
+
|
6
5
|
```
|
7
|
-
npx
|
6
|
+
npx tbssnch
|
8
7
|
```
|
9
8
|
|
10
9
|
## GitHub Package Registry
|
10
|
+
|
11
11
|
Assuming you have the GitHub registry set up, you can use via npx:
|
12
|
-
```
|
13
|
-
npx @bnb/card
|
14
|
-
```
|
15
12
|
|
16
13
|
Not including how to use it globally because I'm not sure why you'd want this as a global command. That'd be creepy.
|