diff --git a/README.md b/README.md index 7dcf772..5e39b8f 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Building with partial threading support ---------------------------------------- Although json-c does not support fully multi-threaded access to -object trees, it has some code to help make threaded programs +object trees, it has some code to help make use in threaded programs a bit safer. Currently, this is limited to using atomic operations for json_object_get() and json_object_put().