Skip to content

Commit 62f07fd

Browse files
authored
docs: fix import plugin
1 parent 02b8110 commit 62f07fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add [`clientId`](https://developers.google.com/identity/sign-in/web/sign-in#spec
2929

3030
Register plugin and manually initialize
3131
```ts
32-
import { GoogleAuth } from '@codetrix-studio/core';
32+
import { GoogleAuth } from '@codetrix-studio/capacitor-google-auth';
3333

3434
GoogleAuth.init()
3535
```
@@ -125,7 +125,7 @@ After [migrate to Capcitor 3](https://capacitorjs.com/docs/updating/3-0) updatin
125125
```diff
126126
- import "@codetrix-studio/capacitor-google-auth";
127127
- import { Plugins } from '@capacitor/core';
128-
+ import { GoogleAuth } from '@codetrix-studio/core';
128+
+ import { GoogleAuth } from '@codetrix-studio/capacitor-google-auth';
129129

130130
- Plugins.GoogleAuth.signIn();
131131
+ GoogleAuth.init()

0 commit comments

Comments
 (0)