Skip to content

Commit cb1242e

Browse files
committed
formatting
1 parent 2f7b7f8 commit cb1242e

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
@@ -5,9 +5,9 @@ One software that I use very often but absolutely hate is the Arduino IDE.
55
The UI is simple and non-intimidating, even a beginner can use it very easily without any trouble.
66
But I will say Arduino IDE is bit underwhelming as an IDE, At least by today's standard.
77

8-
- It doesn't have proper intellisense
9-
- It doesn't have goto definition/ goto declaration feature
10-
- No variable renaming
8+
- It doesn't have proper intellisense.
9+
- It doesn't have "goto definition" / "goto declaration" feature.
10+
- No variable renaming.
1111
- Even though it supports tabs, You can only open files from the same project.
1212
- No git integration.
1313
- No custom font support.
@@ -28,7 +28,7 @@ Advantage of the arduin-cli is that you can write code in your favourite text ed
2828

2929
CLI is very small in size (about 7MB). but packs all the major feature of the IDE.
3030

31-
## Install the cli
31+
## Install the CLI
3232

3333
### On windows
3434

0 commit comments

Comments
 (0)