Skip to content

Commit fbc8d8d

Browse files
authored
Update README.md
1 parent 44c74e2 commit fbc8d8d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,41 +38,41 @@ Opens CodeEdit.
3838
### Folder
3939

4040
```sh
41-
codeedit ./my-project
41+
codeedit-cli ./my-project
4242
```
4343

4444
### File
4545

4646
```sh
47-
codeedit index.html
47+
codeedit-cli index.html
4848
```
4949

5050
From an optional line
5151

5252
```sh
53-
codeedit index.html:50
53+
codeedit-cli index.html:50
5454
```
5555

5656
From an optional line and column
5757

5858
```sh
59-
codeedit index.html:50:50
59+
codeedit-cli index.html:50:50
6060
```
6161

6262
### `version`
6363

6464
Outputs the version of CodeEdit and CodeEdit CLI Tools.
6565

6666
```sh
67-
codeedit version
67+
codeedit-cli version
6868
```
6969

7070
### `new-window` (not available yet)
7171

7272
Opens a new window.
7373

7474
```sh
75-
codeedit new-window
75+
codeedit-cli new-window
7676
```
7777

7878
### `--goto` (not available yet)

0 commit comments

Comments
 (0)