Skip to content

Commit 6a2557f

Browse files
authored
Update README.md
1 parent 17edc31 commit 6a2557f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![pub package](https://img.shields.io/pub/v/aptabase_flutter.svg)](https://pub.dev/packages/aptabase_flutter)
66
[![pub points](https://img.shields.io/pub/points/aptabase_flutter?color=2E8B57&label=pub%20points)](https://pub.dev/packages/aptabase_flutter/score)
77

8-
Instrument your app with Aptabase, an Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps.
8+
Instrument your app with Aptabase, an Open Source, Privacy-First, and Simple Analytics for Mobile, Desktop, and Web Apps.
99

1010
## Platform Support
1111

@@ -23,7 +23,7 @@ pub add aptabase_flutter
2323

2424
## Usage
2525

26-
First you need to get your `App Key` from Aptabase, you can find it in the `Instructions` menu on the left side menu.
26+
First, you need to get your `App Key` from Aptabase, you can find it in the `Instructions` menu on the left side menu.
2727

2828
On your `main.dart`, import `package:aptabase_flutter/aptabase_flutter.dart` and initialized the SDK.
2929

@@ -38,7 +38,7 @@ void main() async {
3838

3939
`Note:` You need to change your main function to be `async` and call `WidgetsFlutterBinding.ensureInitialized();` before initializing the SDK.
4040

41-
Afterwards you can start tracking events with `Aptabase.instance`:
41+
Afterward, you can start tracking events with `Aptabase.instance`:
4242

4343
```dart
4444
import 'package:aptabase_flutter/aptabase_flutter.dart';
@@ -67,7 +67,7 @@ A few important notes:
6767
1. The SDK will automatically enhance the event with some useful information, like the OS, the app version, and other things.
6868
2. You're in control of what gets sent to Aptabase. This SDK does not automatically track any events, you need to call `trackEvent` manually.
6969
- Because of this, it's generally recommended to at least track an event at startup
70-
3. You do not need to await the `trackEvent` function, it'll run in the background.
70+
3. You do not need to await for the `trackEvent` function, it'll run in the background.
7171
3. Only strings and numbers values are allowed on custom properties
7272

7373
## Preparing for Submission to Apple App Store

0 commit comments

Comments
 (0)