diff --git a/_doc/Spec_Copy.md b/_doc/Spec_Copy.md index a03de7bb2a..0d18691878 100644 --- a/_doc/Spec_Copy.md +++ b/_doc/Spec_Copy.md @@ -41,15 +41,15 @@ An example homebrew file might contain the following information in it's `_meta` "dependencies": { "monster": [ // Use the property name first "MM", // Then the source ID - "TDCSR" // Homebrew sources can also be used, but must be stored in the repo + "GHPG" // Homebrew sources can also be used, but must be stored in the repo ], "monsterFluff": [ "MM", - "TDCSR" + "GHPG" ], "subclass": [ "fighter", // Note the use of the class name for (sub)class(Feature) dependencies - "TDCSR" // Homebrew (sub)class(Feature) dependencies use the normal source + "GHPG" // Homebrew (sub)class(Feature) dependencies use the normal source ] }, "internalCopies": [ // A list of properties from the current document that are copied @@ -58,7 +58,7 @@ An example homebrew file might contain the following information in it's `_meta` ], "includes": { // A map of properties to be loaded from sources "spell": [ - "TDCSR" + "GHPG" ] } ```