Skip to content

Commit 19caaec

Browse files
committed
changed executable in readme
1 parent 30f3b18 commit 19caaec

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11

22
# 🐤 tweespaces
33

4-
A node CLI for querying the Twitter spaces API.
4+
A node CLI for querying the Twitter spaces API.
55

66

77
## Installation
88

99
No need to install anything, just use `npx` 🕺
1010

1111
```bash
12-
npx tws --live --query="developer"
12+
npx tweespaces --live --query="developer"
1313
```
14-
14+
1515
## API Reference
1616

1717
There are 3 flags:
@@ -23,22 +23,21 @@ There are 3 flags:
2323
### Show all live spaces with "developer" in the title
2424

2525
```bash
26-
npx tws --live --query="developer"
26+
npx tweespaces --live --query="developer"
2727
```
2828

2929
### Show all scheduled spaces with "developer" in the title
3030

3131
```bash
32-
npx tws --scheduled --query="developer"
32+
npx tweespaces --scheduled --query="developer"
3333
```
3434

3535
## Result
3636

3737
!['A GIF of running a tweespace command. Shows the CLI output'](tweespaces.gif)
38-
38+
3939
## Author
4040

4141
- GitHub: [@molebox](https://www.github.com/molebox)
4242
- Twitter: [@studio_hungry](https://twitter.com/studio_hungry)
4343

44-

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "tweespaces",
33
"description": "Lookup Twitter spaces by keyword",
4-
"version": "0.0.23",
4+
"version": "0.0.28",
55
"license": "MIT",
66
"bin": {
7-
"tweespaces": "index.js",
87
"tws": "index.js"
98
},
109
"author": {

0 commit comments

Comments
 (0)