Skip to content

Commit f04c17b

Browse files
committed
docs
1 parent 4bed3ce commit f04c17b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ This is a cut-down version of what's used in https://banglejs.com/apps
2222
for Bangle.js apps, so much of the advice in https://github.com/espruino/BangleApps/blob/master/README.md
2323
applies.
2424

25-
**However** because we're only handling one app at a time, we don't write the app
25+
## Differences to banglejs.com/apps
26+
27+
* We're only handling one app at a time so we don't write the app
2628
into a file called `appid.app.js`, but instead into `.bootcde` which is the file
2729
that the Espruino writes into when writing "To Flash" (for more info see https://www.espruino.com/Saving)
30+
* We also don't have a launcher, so don't need to provide any 'JS' formatted images for apps
2831

2932
## Credits
3033

apps/_example_app/add_to_apps.json renamed to apps/_example_app/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Create an entry in apps.json as follows:
2-
{ "id": "7chname",
2+
{ "id": "_example_app",
33
"name": "My app's human readable name",
44
"icon": "icon.png",
55
"version":"0.01",

0 commit comments

Comments
 (0)