Skip to content

Commit 9ee9975

Browse files
authored
Fix typo
1 parent cab93e4 commit 9ee9975

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
@@ -45,7 +45,7 @@ in your react-native project, run `npm install react-native-webview-bridge --sav
4545
import com.github.alinz.reactnativewebviewbridge.WebViewBridgePackage;
4646
```
4747

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

5050
```java
5151
protected List<ReactPackage> getPackages() {

0 commit comments

Comments
 (0)