Skip to content

Commit 71216db

Browse files
committed
This was bugging me
1 parent 31d28d5 commit 71216db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Configure your mod's location in GameData and where to put the output DLLs
3636
Reference dependency mods in your DLL by adding `ModReference` items to the project. They will be automatically installed using CKAN.
3737

3838
```xml
39+
<!-- Depends on Modulemanager and Harmony -->
3940
<ItemGroup>
40-
<!-- Depends on Modulemanager and Harmony -->
4141
<ModReference Include="Modulemanager">
4242
<DLLPath>GameData/Modulemanager*.dll</DLLPath>
4343
<CKANIdentifier>ModuleManager</CKANIdentifier>

0 commit comments

Comments
 (0)