diff --git a/Configuration.md b/Configuration.md
index 43c7304..d8b23ea 100644
--- a/Configuration.md
+++ b/Configuration.md
@@ -7,7 +7,7 @@ The text in square brackets represents the type of value expected. The word `Lis
`Colored String` - A String that parses color codes (`'&b&lHello There!'`)
`Enum Value` - A String value that matches one from a predefined set
`File Path` - A String value representing a file path. Relative paths begin from the working directory unless otherwise specified.
-`Item` - A String that represents an item in-game (`1:6`, `minecraft:polished_andesite`)
+`Item` - A String that represents an item in-game (`'1:6'`, `'minecraft:polished_andesite'`)
`Integer` - A number value
`Integer Range` - Two Integers representing any number between them (`25500-25559`)
`Object` - A group containing other settings