From 45a444840ce872094bfe9072125f309402ae6fae Mon Sep 17 00:00:00 2001 From: Iurii Dorofeev Date: Tue, 29 Jun 2021 19:37:22 +0300 Subject: [PATCH] Update readme --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- lib/telegram_stickers_import.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4fffa7..82cbf9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 + +- Update readme + ## 1.0.0 - Initial version \ No newline at end of file diff --git a/README.md b/README.md index 5379f19..29f1f9d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Configure your `Info.plist` by right-clicking it in Project Navigator, choosing ### Usage -To import a sticker set to Telegram, create a new set and import it like this: +To import a sticker set into Telegram, create a new sticker set and import it as follows: ```dart final stickerSet = StickerSet( software: "My app", @@ -51,7 +51,7 @@ You can get the path to the cache folder by calling `getTemporaryDirectory()` me All the necessary settings for this folder have already been made by the plugin, and the Telegram will be able to receive your stickers without any problems. -In case you want to use other paths, be sure to check out how to share files between applications correctly: https://developer.android.com/training/secure-file-sharing/setup-sharing +In case if you want to use other paths, be sure to check out how to share files between applications correctly: https://developer.android.com/training/secure-file-sharing/setup-sharing #### iOS diff --git a/lib/telegram_stickers_import.dart b/lib/telegram_stickers_import.dart index 941254c..377d915 100644 --- a/lib/telegram_stickers_import.dart +++ b/lib/telegram_stickers_import.dart @@ -19,7 +19,7 @@ import 'package:telegram_stickers_import/sticker_set.dart'; /// plugin, and the Telegram will be able to receive your stickers without any /// problems. /// -/// In case you want to use other paths, be sure to check out how to share +/// In case if you want to use other paths, be sure to check out how to share /// files between applications correctly: /// https://developer.android.com/training/secure-file-sharing/setup-sharing /// diff --git a/pubspec.yaml b/pubspec.yaml index afe58dc..310d584 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: telegram_stickers_import description: Telegram stickers importing Flutter plugin for iOS and Android -version: 1.0.0 +version: 1.0.1 homepage: https://github.com/otopba/telegram_stickers_import environment: