Skip to content

Commit 50b0611

Browse files
committed
reduce character count in description
1 parent 85c9a76 commit 50b0611

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Parallax IDE
2-
Write, compile, and download code to your Parallax Boe-Bot Robot or your custom BASIC Stamp microcontroller-based electronic creations.
2+
Write, compile, and download code to your Parallax Boe-Bot Robot or custom BASIC Stamp microcontroller-based electronic creations.
33

44
## Quickstart
55

_locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The name of the application"
55
},
66
"appDescription": {
7-
"message": "Write, compile, and download code to your Parallax Boe-Bot Robot or your custom BASIC Stamp microcontroller-based electronic creations.",
7+
"message": "Write, compile, and download code to your Parallax Boe-Bot Robot or custom BASIC Stamp microcontroller-based electronic creations.",
88
"description": "The description of the application"
99
}
1010
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "parallax-ide",
33
"version": "0.8.0",
4-
"description": "Write, compile, and download code to your Parallax Boe-Bot Robot or your custom BASIC Stamp microcontroller-based electronic creations.",
4+
"description": "Write, compile, and download code to your Parallax Boe-Bot Robot or custom BASIC Stamp microcontroller-based electronic creations.",
55
"main": "index.js",
66
"directories": {
77
"test": "test"

0 commit comments

Comments
 (0)