Skip to content

Commit

Permalink
fix Changelog and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
y-polek committed Aug 31, 2020
1 parent b57a4a5 commit 67a581e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

## [Unreleased]
### Added
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
- Initial release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

<!-- Plugin description -->
This plugin simplifies the usage of [ADB](https://developer.android.com/studio/command-line/adb )'s ["Connect over Wi-Fi"](https://developer.android.com/studio/command-line/adb#wireless) feature.

<!-- Plugin description end -->

## Usage
1. Connect an Android device via USB cable.
Expand All @@ -14,8 +16,6 @@ This plugin simplifies the usage of [ADB](https://developer.android.com/studio/c
4. After a successful connection, you can unplug the USB cable.

![Connect device](./docs/connect.gif)

<!-- Plugin description end -->

## Installation

Expand Down

0 comments on commit 67a581e

Please sign in to comment.