diff --git a/README.md b/README.md
index de78a33..422470f 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,9 @@ A react native component to use [`UIMenu`](https://developer.apple.com/documenta
## 1. Installation
+
+ Show/Hide Section
+
```sh
# install via NPM
@@ -139,9 +142,14 @@ Then try following these steps:
3. It should now look something similar to this: `pod 'React-Core', :path => '../node_modules/react-native/', :modular_headers => true`
4. Try running `pod install` again.
+
+
## 2. Usage
+
+ Show/Hide Section
+
### 2.1 `ContextMenuView` Usage
Please check out the [examples section](#41-contextmenuview-examples) or the [examples directory](https://github.com/dominicstop/react-native-ios-context-menu/tree/master/example/src/components/ContextMenuView) for more on how to use it.
* See [Example 1](#411-contextmenuview-simple-example-1) section for the basic `menuConfig` configuration.
@@ -220,6 +228,8 @@ import { ContextMenuButton } from "react-native-ios-context-menu";
```
+
+
## 3. Documentation