Skip to content

Commit 4217d20

Browse files
committed
Merge pull request #257 from parallaxinc/update-manifest
updated short description for application. closes #256
2 parents 3675e39 + 275ca8e commit 4217d20

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 BASIC Stamp microcontroller to drive your custom electronic creations.
2+
Write, compile, and download code to your Parallax Boe-Bot Robot or your 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 BASIC Stamp microcontroller to drive your custom electronic creations.",
7+
"message": "Write, compile, and download code to your Parallax Boe-Bot Robot or your 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.7.1",
4-
"description": "Write, compile, and download code to your Parallax BASIC Stamp microcontroller to drive your custom electronic creations.",
4+
"description": "Write, compile, and download code to your Parallax Boe-Bot Robot or your custom BASIC Stamp microcontroller-based electronic creations.",
55
"main": "index.js",
66
"directories": {
77
"test": "test"

0 commit comments

Comments
 (0)