From f89f069a3f0ecc15da9656338acd1fb5f354a7e8 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Tue, 18 Aug 2020 09:18:01 +0100 Subject: [PATCH] tweak --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1897f125..0ad1b3520 100644 --- a/README.md +++ b/README.md @@ -194,10 +194,10 @@ and which gives information about the app for the Launcher. "name":"Short Name", // for Bangle.js menu "icon":"*7chname", // for Bangle.js menu "src":"-7chname", // source file - "type":"widget/clock/app/boot", // optional, default "app" + "type":"widget/clock/app/bootloader", // optional, default "app" // if this is 'widget' then it's not displayed in the menu // if it's 'clock' then it'll be loaded by default at boot time - // if this is 'boot' then it's code that is run at boot time, but is not in a menu + // if this is 'bootloader' then it's code that is run at boot time, but is not in a menu "dependencies" : { "notify":"type" } // optional, app 'types' we depend on "version":"1.23", // added by BangleApps loader on upload based on apps.json