]> git.lizzy.rs Git - dragonstd.git/blobdiff - README.md
Remove numeric types
[dragonstd.git] / README.md
index 000c278ee8344515d83a34d8064c06abe45c46bb..acc765ec52fc3e27dbc7c25761ff0a2fa5d3e956 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Dragonstd
-Dragonstd is a small C library providing the types that [dragonblocks_alpha](https://github.com/dragonblocks/dragonblocks_alpha) uses.
+Dragonstd is a small C library providing the data structures that [dragonblocks_alpha](https://github.com/dragonblocks/dragonblocks_alpha) uses.
 It serves a similar purpose as the C++ standard library would, but C++ is just bloated af.
 This library is only capable of what dragonblocks needs, and it does not intend to be general purpose.
 
-Included are Array, Bintree, List and Queue as well as numeric types.
+Included are Array, Bintree, List and Queue.