diff --git a/README.md b/README.md index e8c8095..14d0c19 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# tijd +# pebble-tijd -A Pebble watchapp/watchface written in C using the Pebble SDK. +A Pebble watchface written to show the *interesting* way of telling the time in Dutch. ## Building & running @@ -21,16 +21,12 @@ basalt, chalk, diorite) are included by default for backwards compatibility. ``` src/c/ C source for the watchapp -src/pkjs/ PebbleKit JS (phone-side) source, if any worker_src/c/ Background worker source, if any resources/ Images, fonts, and other bundled resources package.json Project metadata (UUID, platforms, resources, message keys) wscript Build rules — usually no need to edit ``` -By default this project is configured as a watchapp. To make it a watchface, -set `pebble.watchapp.watchface` to `true` in `package.json`. - ## Documentation Full SDK docs, tutorials, and API reference: