diff --git a/README.md b/README.md index ccb59dc..4fd6d2c 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ RefCount is a reference counting (thus the name) and garbage collection library written in C. RefCount has support for - - breaking dependency chains via garbage collection + - Breaking dependency chains via garbage collection - Multiple distinct contexts allowing the tracking of many types of objects, each with a possibly different memory allocation implementation - Safely running in multi-threaded environments + - Destructors that can possibly re-reference an object to save it ### Building