Skip to content

Commit 55071e5

Browse files
committed
Fix missing __template__ folder replacement
1 parent 5606dcc commit 55071e5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To make a pull request, you need to:
4747
2. Clone it and install dependencies
4848

4949
```console
50-
git clone https://github.com/reason-react-native/__template__`
50+
git clone https://github.com/reason-react-native/__template__
5151
cd __template__
5252
yarn
5353
```

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- `@reason-react-native/__template__`
88
- `https://github.com/reason-react-native/__template__`
9+
- `__template__`
910
- `@react-native-community/something`
1011
- `https://github.com/react-native-community/something`
1112
- `ReactNativeSomething`. If you have more than a file exposed, you should

0 commit comments

Comments
 (0)