Skip to content

Commit 9fa9654

Browse files
authored
Merge pull request #180 from HFYEH/patch-1
Fix typo
2 parents 3ec2af9 + 9ee9975 commit 9fa9654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ in your react-native project, run `npm install react-native-webview-bridge --sav
5353
import com.github.alinz.reactnativewebviewbridge.WebViewBridgePackage;
5454
```
5555

56-
2. add the following code to add the package to `MainApplication.java`` (`MainActivity.java` if RN < 0.29)
56+
2. add the following code to add the package to `MainApplication.java` (`MainActivity.java` if RN < 0.29)
5757

5858
```java
5959
protected List<ReactPackage> getPackages() {

0 commit comments

Comments
 (0)