diff --git a/SubCreator.md b/SubCreator.md
index 07a13e1..13d33cf 100644
--- a/SubCreator.md
+++ b/SubCreator.md
@@ -46,7 +46,7 @@ Template:
Executable: 'java -jar myfile.jar'
```
`Template` **[Object]**: Settings container for this template. All of these values are optional unless otherwise specified. See the [Configuration](https://github.com/ME1312/SubServers-2/wiki/Configuration) for more info on the value types and modifiers used here.
- `Enabled` **[Boolean]**: Whether this template is enabled
+ `Enabled` **[Boolean]**: Set whether this template is enabled
`Display` **[String]**: Set the display name of this template
`Icon` **[Item]**: Set the item icon of this template
`Build` **[Object]**: SubCreator build options
@@ -54,11 +54,11 @@ Template:
`Replace` **[File Path List]**: Select files to replace variables in ([How?](https://github.com/ME1312/SubServers-2/wiki/SubCreator#Other-Files))
`Replacements` **[Object]**: Define custom variables for this build
`Server-Type` **[Enum Value]**: Set which [ServerType](https://dev.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/SubCreator.ServerType.html) this template will build
- `Use-Cache` **[Boolean]**: Creates and forwards a valid cache directory to the script when true
+ `Use-Cache` **[Boolean]**: Creates and forwards a valid cache directory to the build script
`Install-Client` **[Boolean]**: Toggles whether SubServers.Client will be installed
`Require-Version` **[Boolean]**: Switches the `[Version]` field from optional to required
`Can-Update` **[Boolean]**: Signals that this template can update servers created by it
- `Update-Files` **[Boolean]**: Replace files that differ from the template files
+ `Update-Files` **[Boolean]**: Replaces files that differ from the template files
`Executable` **[File Path/String]**: A command to execute or the path to a script to execute.
`Run-On-Finish` **[Boolean]**: Whether this subserver will be started after SubCreator finishes
`Settings` **[Object]**: Sets the default options for the subserver. Any setting from the `Servers` section of the [main configuration](https://github.com/ME1312/SubServers-2/wiki/Configuration#subserversserversyml-global-configuration) is valid here. Additionally, you can use variables for this object's strings using this format: `$variable$`.