This commit is contained in:
Jano Svitok 2018-08-06 13:30:31 +02:00
parent e4f4137108
commit 3db1b31a0c
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Contributing #
## Why contributing? ##
The original author and all users of this library are very greatful for your contribution
The original author and all users of this library are very grateful for your contribution
to this Open Source Project. Also most employers value people active in the Open Source
community.
@ -25,4 +25,4 @@ your proposed change meets, or exceeds, the quality of the jadb source code.
full terse.
* Newline at end of file - This makes `cat`-ing files, etc easier.
Happy coding! I, the original author, and all users are greatful for your contribution. :-)
Happy coding! I, the original author, and all users are grateful for your contribution. :-)

View File

@ -44,7 +44,7 @@ An overview of the protocol can be found here: [Overview](https://android.google
A list of the available commands that a ADB Server may accept can be found here:
[Services](https://android.googlesource.com/platform/system/adb/+/master/SERVICES.TXT)
The description for the protocol for transfering files can be found here: [SYNC.TXT](https://android.googlesource.com/platform/system/adb/+/master/SYNC.TXT).
The description for the protocol for transferring files can be found here: [SYNC.TXT](https://android.googlesource.com/platform/system/adb/+/master/SYNC.TXT).
## Using JADB in your application ##