minor fixes

master
Mark Becker 2019-11-24 06:44:01 +01:00 committed by GitHub
parent 84a821b941
commit de15e90ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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_. * 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 | | files | target location app/ | content |
| :-- | :-- | :-- | | :-- | :-- | :-- |
@ -213,7 +213,7 @@ require("Storage").write("+"+appname,{
}); });
require("Storage").write("-"+appname,` require("Storage").write("-"+appname,`
// place content of my-greate-app.json here // place content of my-great-app.json here
` `
``` ```