From de15e90ab9988894c99dffccdd214f337d2129ec Mon Sep 17 00:00:00 2001 From: Mark Becker Date: Sun, 24 Nov 2019 06:44:01 +0100 Subject: [PATCH] minor fixes --- skeleton/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skeleton/README.md b/skeleton/README.md index 79ac6d160..3a6486851 100644 --- a/skeleton/README.md +++ b/skeleton/README.md @@ -8,9 +8,9 @@ Take a look into the sections and use the files to quickly start programming Ban * Start with choosing a _7chname_ id, eg _mygreat_. -* Clock apps use prefix _clock_ for the name, eg _clock-mygreate_ +* Clock apps use prefix _clock_ for the name, eg _clock-mygreat_ -* Use prefix _widget_ when writing a widget. eg _widget-mygreate_ +* Use prefix _widget_ when writing a widget. eg _widget-mygreat_ | files | target location app/ | content | | :-- | :-- | :-- | @@ -213,7 +213,7 @@ require("Storage").write("+"+appname,{ }); require("Storage").write("-"+appname,` -// place content of my-greate-app.json here +// place content of my-great-app.json here ` ```