From 80eb1506d8c1dbc7c0c00c3b528e016f891443e9 Mon Sep 17 00:00:00 2001 From: Ish Ot Jr Date: Sun, 3 Apr 2016 12:14:41 -0400 Subject: [PATCH] :memo: Update README to include required appinfo.json changes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b24725..6f69991 100755 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ Clay will eventually be built into the Pebble SDK. However, while it is still in var clayConfig = require('config.json'); var clay = new Clay(clayConfig); ``` -6. Next is the fun part - creating your config page. Edit your `config.js` file to build a layout of elements as described in the sections below. +6. Add `configurable` to the `capabilities` array in your `appinfo.json`. +7. Next is the fun part - creating your config page. Edit your `config.js` file to build a layout of elements as described in the sections below. # Getting Started (CloudPebble)