Skip to content

Commit 1b32e26

Browse files
committed
Update readme.
1 parent 82c0241 commit 1b32e26

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img align="left" width="0" height="192px" hspace="10"/>
33

44
# Playcode
5-
> Desktop client for Playcode Online Javascript Editor
5+
> Desktop client for PLAYCODE Online Javascript Editor
66
77
## Development
88

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playcode",
3-
"productName": "PlayCode",
3+
"productName": "PLAYCODE",
44
"version": "2022.4.0",
55
"description": "Desktop client for Playcode Online Javascript Editor",
66
"private": false,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"dist": "npm run compile && electron-builder"
1010
},
1111
"build": {
12-
"appId": "xyz.playcode.Playcode",
13-
"productName": "PlayCode",
12+
"appId": "xyz.playcode.PLAYCODE",
13+
"productName": "PLAYCODE",
1414
"mac": {
1515
"category": "public.app-category.developer-tools",
1616
"target": "dmg",

0 commit comments

Comments
 (0)