Skip to content

Commit

Permalink
chore: fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Jul 29, 2024
1 parent e64ef9f commit 7655bdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# @capacitor/os-inappbrowser
# @capacitor/inappbrowser

in app browser

## Install

```bash
npm install @capacitor/os-inappbrowser
npm install @capacitor/inappbrowser
npx cap sync
```

Expand Down Expand Up @@ -125,7 +125,7 @@ Defines the options for opening a URL in the web view.
| **`toolbarPosition`** | <code><a href="#toolbarposition">ToolbarPosition</a></code> |
| **`showNavigationButtons`** | <code>boolean</code> |
| **`leftToRight`** | <code>boolean</code> |
| **`customWebViewUserAgent`** | <code><a href="#string">String</a> \| null</code> |
| **`customWebViewUserAgent`** | <code>string \| null</code> |
| **`android`** | <code><a href="#androidwebviewoptions">AndroidWebViewOptions</a></code> |
| **`iOS`** | <code><a href="#ioswebviewoptions">iOSWebViewOptions</a></code> |

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@capacitor/os-inappbrowser",
"name": "@capacitor/inappbrowser",
"version": "1.0.0-dev.3",
"description": "in app browser",
"main": "./dist/plugin.cjs",
Expand Down

0 comments on commit 7655bdf

Please sign in to comment.