Skip to content

Commit 833592f

Browse files
authored
Merge pull request #7 from vercel-labs/readme-suggestions
Readme suggestions
2 parents 7575f6a + 85284a6 commit 833592f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vercel-open
22

3-
The `vercel-open` command is an extension for Vercel CLI
3+
The `vercel-open` custom command extension for the Vercel CLI
44

55
## Installation
66

@@ -10,21 +10,21 @@ npm install -g vercel-open
1010

1111
## Usage
1212

13-
Assuming your terminal is pointing in a local vercel project:
13+
**Automatic** - Requires that your working directory is a linked Vercel project:
1414

1515
```
1616
vc open # open the vercel dahboard for the current project
1717
vc open logs # open logs of the project
1818
vc open logs --timeline=maximum # any query parameter is supported
1919
```
2020

21-
Additionally, you can specify the project open:
21+
**Custom** - Providing a `$team/$project` slug that will be opened:
2222

2323
```
2424
vc open vercel/v0 logs # will open `https://vercel.com/vercel/v0/logs` in the browser
2525
```
2626

27-
Also `vc open info` will print revelant information about your project:
27+
Also `vc open info` will print relevant information about your project:
2828

2929
```
3030
> vc open info

0 commit comments

Comments
 (0)