Skip to content

Commit e02c6d7

Browse files
authored
docs: minor corrections (#18)
1 parent 43b4423 commit e02c6d7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Flutter Confidence SDK
22

3-
Flutter implementation of the [Confidence](https://confidence.spotify.com/).
3+
Flutter implementation of the [Confidence](https://confidence.spotify.com/) SDK.
4+
5+
This SDK uses the [Android](https://github.com/spotify/confidence-sdk-android) and [iOS](https://github.com/spotify/confidence-sdk-swift) respectively under the hood.
46

57
## Usage
68

@@ -30,4 +32,4 @@ we can send custom events to the confidence sdk like following:
3032

3133
```dart
3234
confidence.track("[EVENT-NAME]", <String, dynamic>{});
33-
```
35+
```

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: confidence_flutter_sdk
2-
description: "Flutter implementation of the Confidence."
2+
description: "Flutter implementation of the Confidence SDK."
33
#x-release-please-start-version
44
version: 0.0.4
55
#x-release-please-end
@@ -44,4 +44,4 @@ flutter:
4444
package: com.example.confidence_flutter_sdk
4545
pluginClass: ConfidenceFlutterSdkPlugin
4646
ios:
47-
pluginClass: ConfidenceFlutterSdkPlugin
47+
pluginClass: ConfidenceFlutterSdkPlugin

0 commit comments

Comments
 (0)