Skip to content

Commit 9e3f345

Browse files
committed
Updated readme.
1 parent fcd9e10 commit 9e3f345

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To install Terrain Patcher, just extract the zip file and place the `TerrainPatc
1616
your `BepInEx/plugins` folder.
1717

1818
To install a `.optoctreepatch` file manually, place it in the `TerrainPatcher/patches` folder. You
19-
can place a terrain patch anywhere in the `BepInEx/plugins` folder or any subfolder and it will
19+
can also place a terrain patch anywhere in the `BepInEx/plugins` folder or any subfolder and it will
2020
still be loaded.
2121

2222
You can specify a custom load order for `.optoctreepatch` files by writing the file names (without
@@ -43,7 +43,8 @@ uninstall Terrain Extender if you have it installed.
4343
## Library Usage
4444

4545
The following is for modders who want to use Terrain Patcher in your mod. Keep in mind that if your
46-
mod uses Terrain Patcher, anyone using your mod needs to have Terrain Patcher installed.
46+
mod uses Terrain Patcher, anyone using your mod needs to have Terrain Patcher installed to see your
47+
terrain changes.
4748

4849
### Patch Loading
4950

@@ -52,7 +53,7 @@ Patcher will find and load all `.optoctreepatch` files placed anywhere in the `B
5253
folder or any subfolder**, so you don't need to do anything else to make sure your terrain patch
5354
gets loaded.
5455

55-
Terrain patcher also currently supports loading patches via the
56+
Terrain Patcher also currently supports loading patches via the
5657
`TerrainPatcher.TerrainRegistry.PatchTerrain` method, but this method is deprecated and may be
5758
removed in a future release of Terrain Patcher.
5859

0 commit comments

Comments
 (0)