X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=README;fp=README;h=9a83126ee869cd4aa2e4537cde1fcffaca35e861;hp=6c69f0a004bd68773487bca2793e216e4c37a488;hb=831f04d4bc19a390415ac0bbac4331c7a65509bc;hpb=299af4f2047e767e5d79501c26444473bda64c64 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.