Skip to content

Commit 1b7a47f

Browse files
Bump to 1.0.2 & update image URLs.
1 parent c859231 commit 1b7a47f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Codeye is a revolutionary [Visual Studio Code](https://code.visualstudio.com/) extension and CLI that transforms your coding experience. Designed to boost developer productivity by 10x, Codeye can generate entire software projects, install developer tools, manage servers, and much more—all from simple text prompts.
44

5-
![Screenshot](images/usage.png)
5+
![Screenshot](https://raw.githubusercontent.com/codeye-ai/codeye-vscode/main/images/usage.png)
66

77
## Features
88

@@ -25,13 +25,13 @@ There are many ways you could launch **Codeye** once installed.
2525

2626
Hit `CMD + SHIFT + P` and start a **Codeye** session from the **Command Palette**.
2727

28-
![Command](images/command-palette.png)
28+
![Command](https://raw.githubusercontent.com/codeye-ai/codeye-vscode/main/images/command-palette.png)
2929

3030
### From Terminal
3131

3232
Start a Codeye session from the provided terminal profile.
3333

34-
![Terminal Profile](images/terminal-profile.png)
34+
![Terminal Profile](https://raw.githubusercontent.com/codeye-ai/codeye-vscode/main/images/terminal-profile.png)
3535

3636

3737
## Install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,5 @@
147147
"pretest": "yarn run lint",
148148
"test": "vscode-test"
149149
},
150-
"version": "1.0.1"
150+
"version": "1.0.2"
151151
}

0 commit comments

Comments
 (0)