diff --git a/README.md b/README.md index 043deeb..570168d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The `AdbDevice` class in the `adb-pywrapper` Python package facilitates seamless Installation ------------ -To install the `adb-pywrapper` package from the internal nexus pipy server, you can use `pip`: +To install the `adb-pywrapper` package from the internal Nexus PyPI server, you can use `pip`: ```bash pip install adb-pywrapper @@ -196,4 +196,4 @@ ls(path) Be sure to handle errors gracefully in your code, as various operations may fail, adb-pywrapper tries to provide information where possible on success or failure in the `AdbResult` and `PullResult` objects. ## Contributing -Contributions to the adb-pywrapper package are welcome. If you encounter any issues, have suggestions, or want to contribute, feel free to open an issue or PR. +Contributions to the adb-pywrapper package are welcome. If you encounter any issues, have suggestions, or want to contribute, feel free to open an issue or PR. Find our contribution guidelines [here](CONTRIBUTING.md).