Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
otopba committed Jun 29, 2021
1 parent 7f0bef9 commit 45a4448
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

- Update readme

## 1.0.0

- Initial version
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/telegram_stickers_import.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 45a4448

Please sign in to comment.