diff --git a/README.md b/README.md index 2342504..d4bc7a0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Ocarina is a simple and easy to use audio package for Flutter. Its goal is to su Right now, __we only support mobile (Android and iOS)__ and will eventually supporting Web and Desktop (Linux, MacOS and Windows). +## Discord community + +If you have any questions, potential feature requests that you want to discuss with us you can join the [Blue Fire Discord server](https://discord.gg/rMqpQHcv4Q). + ## How to use Using a file on your assets @@ -157,4 +161,4 @@ If you wish to use this feature on iOS, add the following to your `AppDelegate. func ocarinaListener(_ id: String, _ isPlaying: Bool) { // do things } -``` \ No newline at end of file +```