diff --git a/.github/assets/logo.png b/.github/assets/logo.png new file mode 100644 index 0000000..d67a925 Binary files /dev/null and b/.github/assets/logo.png differ diff --git a/README.md b/README.md index 4fb6778..853b61d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,16 @@ # Nearby Service +#### Connecting phones in a P2P network -Nearby Service Flutter Plugin for creating connections in a P2P network. With this plugin you can easily create any -application for sharing information **without the Internet connection**. - -### Connecting phones in a P2P network +![logo](.github/assets/logo.png) [![Xenikii Website](https://img.shields.io/badge/-xenikii.one-bd2727?style=flat&logoColor=white)](https://xenikii.one) [![LICENSE BSD](https://img.shields.io/badge/License-BSD-4577d9)](https://github.com/ksenia312/nearby_service/blob/main/LICENSE) +Nearby Service Flutter Plugin is used to create connections in a P2P network. With this plugin you can easily create any +kind of information sharing application **without Internet connection**. + + + + + diff --git a/pubspec.yaml b/pubspec.yaml index 5b7f93b..06f03cf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: nearby_service -description: Nearby Service Flutter Plugin for creating connections in a P2P network. With this plugin you can easily create any application for sharing information without the Internet. +description: Nearby Service Flutter Plugin is used to create connections in a P2P network. With this plugin you can easily create any kind of information sharing application without Internet connection. version: 0.0.1 homepage: https://github.com/ksenia312/nearby_service repository: https://github.com/ksenia312/nearby_service