diff --git a/README.md b/README.md index 897fb13..342534a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ It currently consists of 2 independent single-header libraries ## Functionality There are only 2 libraries currently: -1) ufn_arena: An arena allocator for optimization of string processing. +1) ufn_arena: An arena allocator for optimizing string processing. 2) ufn_round: Functions for rounding to the next multiple of some number or to the next power of 2. Currently only floor()'s and ceil()'s to those.