diff --git a/README.md b/README.md index 1845b67..38de363 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MTUL-core -core dependencies for other libraries within MTUL. This is mostly useless atm, just adds binary reading from modlib. +# leef-core +core dependencies for other libraries within leef. This is mostly useless atm, just adds binary reading from modlib. Credits to Appgurue: he basically wrote all original code, it's been highly modified to be modular and to have a working documented interface- but nonetheless none of it would be possible without him. -documentation: https://minetest-unification-library.github.io/MTUL-filesystem/ +documentation: https://minetest-unification-library.github.io/leef-filesystem/ diff --git a/docs/index.html b/docs/index.html index 9806318..9be9c55 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@
-binary
read and write (little endian) binary.
- located in mtul.binary
.
located in leef.binary
.