From 84a821b94160683282955acbfef8faa63d134d2c Mon Sep 17 00:00:00 2001 From: Mark Becker Date: Sun, 24 Nov 2019 06:41:56 +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 139d38b61..79ac6d160 100644 --- a/skeleton/README.md +++ b/skeleton/README.md @@ -105,7 +105,7 @@ Write your app code as encapsulation using anonymous functions with private func If you like store and restore data with your app, than use the prefix _@_ and your _7chname_, eg _@mygreat_ as name. -Make sure to read [Coding Hints](coding-hints). +Make sure to read [Coding Hints](#coding-hints). ### my-great-app.png @@ -229,7 +229,7 @@ Be aware of the delay between commit and avaiable on github.io 2. Wrap code and run tests on device 3. Run final test with personal `Bangle App Launcher` -##Appendex +## Appendex ### API Reference @@ -239,7 +239,7 @@ Be aware of the delay between commit and avaiable on github.io [Graphics Class](https://banglejs.com/reference#Graphics) -###Coding hints +### Coding hints - use `g.setFont(.., size)` to multiply the font size, eg ("6x8",3) : "18x24"