Skip to content

Commit

Permalink
chore(doc): Fix source examples now TDCSR is official
Browse files Browse the repository at this point in the history
  • Loading branch information
revilowaldow committed Oct 4, 2023
1 parent e4d772c commit 791ac99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _doc/Spec_Copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
]
}
```
Expand Down

0 comments on commit 791ac99

Please sign in to comment.