From 78762f463f1cbae3906858c32277f1cf5b0b4bd4 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Tue, 10 Oct 2023 08:50:22 +0200 Subject: [PATCH] Various small improvements to the README (#41) Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com> --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5aa127..f905d8c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# Posthog plugin +# PostHog plugin -![Pub Version](https://img.shields.io/pub/v/posthog_flutter) +[![Package on pub.dev][pubdev_badge]][pubdev_link] Flutter plugin to support iOS, Android and Web sources at https://posthog.com. ## Usage -To use this plugin, add `posthog_flutter` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). +To use this plugin, add `posthog_flutter` as a [dependency in your pubspec.yaml file](https://pub.dev/packages/posthog_flutter/install). ### Supported methods @@ -153,3 +153,7 @@ If you wish to contribute a change to this repo, please send a [pull request](ht ## Questions? ### [Join our Slack community.](https://join.slack.com/t/posthogusers/shared_invite/enQtOTY0MzU5NjAwMDY3LTc2MWQ0OTZlNjhkODk3ZDI3NDVjMDE1YjgxY2I4ZjI4MzJhZmVmNjJkN2NmMGJmMzc2N2U3Yjc3ZjI5NGFlZDQ) + + +[pubdev_badge]: https://img.shields.io/pub/v/posthog_flutter +[pubdev_link]: https://pub.dev/packages/posthog_flutter