浏览代码

Update CONTRIBUTING.md

Daniel Zlotin 8 年前
父节点
当前提交
d8a06bddfa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      CONTRIBUTING.md

+ 1
- 1
CONTRIBUTING.md 查看文件

3
 `lib/android`: android sources and unit tests</br>
3
 `lib/android`: android sources and unit tests</br>
4
 `lib/ios`: iOS sources and unit tests</br>
4
 `lib/ios`: iOS sources and unit tests</br>
5
 `lib/src`: javascript sources and unit tests</br>
5
 `lib/src`: javascript sources and unit tests</br>
6
-`lib/src/index.js`: the entry point for `import Navigation from 'react-native-navigation`
6
+`lib/src/index.js`: the entry point for `import Navigation from 'react-native-navigation'`
7
 
7
 
8
 * `e2e`: [detox](https://github.com/wix/detox) iOS e2e tests (in the future, once detox supports it, we will have android e2e here as well)
8
 * `e2e`: [detox](https://github.com/wix/detox) iOS e2e tests (in the future, once detox supports it, we will have android e2e here as well)
9
 
9