From c90aa5371f7a279db00997f3667e9f3bc5d84f7c Mon Sep 17 00:00:00 2001 From: James Stanley Date: Tue, 14 Sep 2021 11:09:09 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9797e2243..49f616964 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ easily distinguish between file types, we use the following: ## Adding your app to the menu -* Come up with a unique (all lowercase, nu spaces) name, we'll assume `7chname`. Bangle.js +* Come up with a unique (all lowercase, no spaces) name, we'll assume `7chname`. Bangle.js is limited to 28 char filenames and appends a file extension (eg `.js`) so please try and keep filenames short to avoid overflowing the buffer. * Create a folder called `apps/`, lets assume `apps/7chname`