Skip to content

Commit df13cfa

Browse files
authored
Update README.md
1 parent e4e1a07 commit df13cfa

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
# CodeVar
22

3-
> [Raycast](https://www.raycast.com/) variable naming extension, based on OpenAI GPT-3.
3+
CodeVar is a [Raycast](https://www.raycast.com/) variable naming extension that is based on OpenAI GPT-3.
44

55
### Usage
66

7+
To use CodeVar, follow these steps:
8+
79
```bash
10+
# Clone the repository by running the following command in your terminal:
811
git clone https://github.com/ifyour/code-var.git
912

13+
# Navigate to the cloned repository by running the following command:
1014
cd code-var
1115

16+
# Start the development server by running the following command:
1217
npm run dev
1318
```
1419

15-
👇🏻 Call up Raycast and search for `CodeVar` then input the variable you want to translate.
20+
### Screenshot
1621

17-
<img src="https://user-images.githubusercontent.com/15377484/226114870-ba00abf7-23d1-4e42-b703-396841427c2f.png" width="750px" />
22+
Call up Raycast and search for CodeVar. Input the variable you want to translate, and press Enter to copy it to the clipboard. Alternatively, you can press Cmd + Enter to copy and paste it. Enjoy using CodeVar!
1823

19-
Press the `Enter` to the clipboard. Press `Cmd` + `Enter` copy and paste. Wishing you a pleasant experience!
24+
<img src="https://user-images.githubusercontent.com/15377484/226114870-ba00abf7-23d1-4e42-b703-396841427c2f.png" width="750px" />
2025

2126
### License
22-
23-
MIT
27+
CodeVar is licensed under the MIT License.

0 commit comments

Comments
 (0)