Browse Source

Fix diff not rendering properly (#3751)

The diff does not render properly on https://wix.github.io/react-native-navigation/v2/#/docs/Installing?id=you-can-use-react-native-navigation-o. I believe the proposed change should fix this.
VasiliMoisiadis 6 years ago
parent
commit
bae075b495
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      docs/docs/Installing.md

+ 1
- 0
docs/docs/Installing.md View File

@@ -357,3 +357,4 @@ import App from "./App";
357 357
 +    }
358 358
 +  });
359 359
 +});
360
+```