From 4b0856f48df717741ffb58a1c1f52527328674a3 Mon Sep 17 00:00:00 2001 From: Shawn Silverman Date: Tue, 14 Nov 2017 14:01:36 -0800 Subject: [PATCH] Adding a sentence to the paragraph section of library.properties that mentions the parsing and EEPROM helper methods. Also adding a space between "RFC" and "7049" in the bottom link in the README. --- README.md | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0c2c59..c328435 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Code style for this project follows the ## References 1. Concise Binary Object Representation (CBOR): - [RFC7049](https://tools.ietf.org/html/rfc7049) + [RFC 7049](https://tools.ietf.org/html/rfc7049) --- diff --git a/library.properties b/library.properties index 792bbf8..be650a3 100644 --- a/library.properties +++ b/library.properties @@ -3,7 +3,7 @@ version=1.1.1 author=Shawn Silverman maintainer=Shawn Silverman sentence=A CBOR (RFC 7049) processing library. -paragraph=This implements basic read and write functionality. +paragraph=This implements basic read and write functionality. It also provides some parsing and EEPROM helper functions. category=Other url=https://github.com/ssilverman/libCBOR architectures=*