diff --git a/README.md b/README.md
index 5354b32..e89b8d5 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,6 @@ MultiStep component accepts following props (all optional, except Steps array):
| PROPERTY | DESCRIPTION | TYPE | DEFAULT | isRequired|
|----------------|--------------------------------------------------------------|-------------|------------|-----------|
| showTopNav | controls if the navigation buttons are visible |boolean |true |false |
-| showTitles | control either the steps title are visible or not |boolean |true |false |
| prevButton | configure the prev navigation button |NavButtonProp |null |false |
| nextButton | configure the next the navigation button |NavButtonProp |null |false |
| stepCustomStyle| control style of step |CSSProperties|null |false |
diff --git a/example/app.js b/example/app.js
index f665e35..e569afc 100644
--- a/example/app.js
+++ b/example/app.js
@@ -16,10 +16,6 @@ const App = () => (