diff --git a/README.md b/README.md
index 049dcbb..ff197fe 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
OpenShift Linter
================
-
+
-** Fig. 1** Summary
+**Fig. 1** Summary
This is a utility for OpenShift users/admins who want to know if certain (very basic) rules have been followed. You can also specify naming conventions for namespaces (i.e. projects), names, containers and environment variables.
diff --git a/package.json b/package.json
index e04cf25..37fef28 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "openshift-linter",
- "version": "0.1.6",
+ "version": "0.1.7",
"description": "basic linter for OpenShift configuration objects",
"main": "openshift-linter.go",
"scripts": {