X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=README;h=9a83126ee869cd4aa2e4537cde1fcffaca35e861;hp=6c69f0a004bd68773487bca2793e216e4c37a488;hb=bd62b2e6a6e5f1af5a635df3ff1a07f363d9ffe0;hpb=0b8dbc2d02c7f78d273ad9cfdf05c927c648ffd1 diff --git a/README b/README index 6c69f0a..9a83126 100644 --- a/README +++ b/README @@ -53,7 +53,7 @@ a) Notes regarding the code The code is a complete rewrite, containing none of the original code. I've made some effort to put the more generic or reusable code into a separate -library called Moof. I've also made an effort to incorporate 3rd-party +library called libmoof. I've also made an effort to incorporate 3rd-party code that happened to fit well into what I needed. So, generally, the source code is separated into these three categories: @@ -63,8 +63,8 @@ This is the code directly in src/. These classes reside in no namespace. 2. Reusable code. -Currently, the code is in src/Moof/, and it is compiled as a convenience -library. These classes and helper functions reside in the Mf namespace. +Currently, the code is in src/moof/, and it is compiled as a convenience +library. These classes and helper functions reside in the moof namespace. Since I wrote this code alongside the Yoink-specific stuff, there is somewhat of a blurry line between the two categories, unfortunately.