Skip to content

Commit d065864

Browse files
author
Matthew Tole
committed
Update README and bump to 1.2.1
1 parent 9d8b197 commit d065864

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
# Utils
1+
# 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)
22

33
This is a small collection of [C macros][1] that make developing Pebble apps a little simpler.
44

5-
## Usage
5+
## Installation
66

7-
> **This feature is not yet available in the Pebble Tool.**
7+
*You must be using Pebble SDK 3.12 or newer to use this library.*
88

9-
You can use the new Pebble Tool to install the library from NPM.
9+
To install the package to your app, use the pebble tool:
1010

1111
```
12-
npm install --save @smallstoneapps/utils
12+
pebble package install @smallstoneapps/utils
1313
```
1414

15+
## Usage
16+
1517
Include the header file in your source code.
1618

1719
```c
18-
#include "@smallstoneapps/utils/macros.h"
20+
#include <@smallstoneapps/utils/macros.h>
1921
```
2022

2123
## Documentation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smallstoneapps/utils",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A small collection of C macros that make developing Pebble apps a little simpler.",
55
"main": "include/macros.h",
66
"scripts": {

0 commit comments

Comments
 (0)