Change small syntax error in Env Example
diff --git a/README.md b/README.md
index b660054..e4268ba 100644
--- a/README.md
+++ b/README.md
@@ -144,7 +144,7 @@
 
 	os.Setenv("SPF_ID", "13") // typically done outside of the app
 
-	id := Get("id")) // 13
+	id := Get("id") // 13
 
 
 ### Working with Flags