diff --git a/README.md b/README.md index 861360e..c056488 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + ## The sync data libraries This repository contains a few crates that help `Rust` programs to handle heavily used data elements more gracefully, and hence improve the overall performance around hot @@ -5,5 +7,5 @@ code region. In particular, the repo currently have 2 published crates: * [`byte_buffer`](https://github.com/Chopinsky/byte_buffer/blob/master/byte_buffer/README.md): a library for reusing byte array in heavy I/O code; -* [`sync_pool`](https://github.com/Chopinsky/byte_buffer/blob/master/sync_pool/README.md): a library that's more generic for reusing heavy and (usually) heap based -data elements. \ No newline at end of file +* [`syncpool`](https://github.com/Chopinsky/byte_buffer/blob/master/syncpool/README.md): a library that's more generic for reusing heavy and (usually) heap based +data elements.