diff --git a/.gitignore b/.gitignore index aa72693..43f4e89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .lock* build/ dist.zip +dist \ No newline at end of file diff --git a/README.md b/README.md index c2a5efd..081ef3a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Utils [![npm (scoped)](https://img.shields.io/npm/v/@smallstoneapps/utils.svg?maxAge=2592000&style=flat-square)](https://www.npmjs.com/package/@smallstoneapps/utils) [![MIT License](http://img.shields.io/badge/license-MIT-lightgray.svg?style=flat-square)](./LICENSE) +# Utils [![npm (scoped)](https://img.shields.io/npm/v/@rebble/sdk-c-utils.svg?maxAge=2592000&style=flat-square)](https://www.npmjs.com/package/@rebble/sdk-c-utils) [![MIT License](http://img.shields.io/badge/license-MIT-lightgray.svg?style=flat-square)](./LICENSE) This is a small collection of [C macros][1] that make developing Pebble apps a little simpler. @@ -9,7 +9,7 @@ This is a small collection of [C macros][1] that make developing Pebble apps a l To install the package to your app, use the pebble tool: ``` -pebble package install @smallstoneapps/utils +pebble package install @rebble/sdk-c-utils ``` ## Usage @@ -17,7 +17,7 @@ pebble package install @smallstoneapps/utils Include the header file in your source code. ```c -#include <@smallstoneapps/utils/macros.h> +#include <@rebble/sdk-c-utils/macros.h> ``` ## Documentation