Skip to content

Commit 2ed7952

Browse files
authored
Update README.md
1 parent 1c08bd0 commit 2ed7952

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
@@ -35,7 +35,7 @@ import 'package:woosignal/woosignal.dart';
3535
_getProducts() async {
3636
3737
// Step 1 - Initialize WooSignal
38-
WooSignal wooSignal = await WooSignal.instance.init(appKey: "your app key");
38+
await WooSignal.instance.init(appKey: "your app key");
3939
4040
// Step 2 - Call an API
4141
List<Product> products = await WooSignal.instance.getProducts();
@@ -215,4 +215,4 @@ _getProducts() async {
215215
[See Setting options API](https://woosignal.com/docs/api/1.0/setting-options)
216216

217217

218-
Disclaimer: This plugin is not affiliated with or supported by Automattic, Inc. All logos and trademarks are the property of their respective owners.
218+
Disclaimer: This plugin is not affiliated with or supported by Automattic, Inc. All logos and trademarks are the property of their respective owners.

0 commit comments

Comments
 (0)