Skip to content

Commit 3d52b34

Browse files
committed
Wording
1 parent 8600a3e commit 3d52b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Coverage](https://img.shields.io/coveralls/taocpp/json.svg)](https://coveralls.io/github/taocpp/json)
77
[![Issues](https://img.shields.io/github/issues/taocpp/json.svg)](https://github.com/taocpp/json/issues)
88

9-
The Art of C++ / JSON is a zero-dependency C++11 header-only library that provides a generic JSON value object, support for JSON Pointers as well as conversions from and to JSON string representation. It is designed for correctness and simplicity, and strives for speed through minimalism (rather than complicated optimisations).
9+
The Art of C++ / JSON is a zero-dependency C++11 header-only library that provides a generic JSON value object, conversions from and to JSON string representation as well as support for JSON Pointer and JSON Patch. It is designed for correctness and simplicity, and strives for speed through minimalism (rather than complicated optimisations).
1010

1111
## Features
1212

0 commit comments

Comments
 (0)