Skip to content

Commit 7d5d697

Browse files
authored
Updated Documentation of README.md (#2111)
1 parent 57c176b commit 7d5d697

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ For setting up the PSLab Android project you may follow any of the two methods l
144144

145145
1. Download the _pslab-android_ project source. You can do this either by forking and cloning the repository (recommended if you plan on pushing changes) or by downloading it as a ZIP file and extracting it.
146146

147-
2. Open Android Studio, you will see a **Welcome to Android** window. Under Quick Start, select _Import Project (Eclipse ADT, Gradle, etc.)To debug over Wi-Fi follow the steps given in this [Blog](http://blog.fossasia.org/android-app-debugging-over-wifi-fo)
147+
2. Open Android Studio, you will see a **Welcome to Android** window. Under Quick Start, select _Import Project (Eclipse ADT, Gradle, etc.)To debug over Wi-Fi follow the steps given in this [Blog](http://blog.fossasia.org/android-app-debugging-over-wifi-fo).
148148

149149
* **Note :**
150-
If you built your own hardware, change VendorID and/or ProductID in [CommunicationHandler.java](blob/master/app/src/main/java/io/pslab/communication/CommunicationHandler.java)
150+
If you built your own hardware, change VendorID and/or ProductID in [CommunicationHandler.java](blob/master/app/src/main/java/io/pslab/communication/CommunicationHandler.java).
151151

152152
### By direct cloning
153153

@@ -181,7 +181,7 @@ You can't debug the usual way as PSLab device is connected to micro-USB port thr
181181
To debug over Wi-Fi follow the steps given in this [Blog](http://blog.fossasia.org/android-app-debugging-over-wifi-for-pslab/).
182182

183183
* **Note :**
184-
If you built your own hardware, change VendorID and/or ProductID in [CommunicationHandler.java](https://github.com/fossasia/pslab-android/blob/master/app/src/main/java/io/pslab/communication/CommunicationHandler.java)
184+
If you built your own hardware, change VendorID and/or ProductID in [CommunicationHandler.java](https://github.com/fossasia/pslab-android/blob/master/app/src/main/java/io/pslab/communication/CommunicationHandler.java).
185185

186186
### Permissions Required
187187

@@ -199,7 +199,7 @@ To use PSLab device with Android, you simply need an OTG cable, an Android Devic
199199

200200
Please help us follow the best practice to make it easy for the reviewer as well as the contributor. We want to focus on the code quality more than on managing pull request ethics.
201201

202-
* Single commit per pull request
202+
* Single commit per pull request.
203203
* Reference the issue numbers in the commit message. Follow the pattern ``` Fixes #<issue number> <commit message>```
204204
* Follow uniform design practices. The design language must be consistent throughout the app.
205205
* The pull request will not get merged until and unless the commits are squashed. In case there are multiple commits on the PR, the commit author needs to squash them and not the maintainers cherrypicking and merging squashes.
@@ -214,7 +214,7 @@ As a tip for new developers those who struggle with squashing commits into one,
214214

215215
Despite any reason, follow the steps given below to squash all commits into one adhering to our best practices.
216216

217-
* Setup remote to upstream branch if not set before;
217+
* Setup remote to upstream branch if not set before
218218

219219
`$ git remote add upstream https://github.com/fossasia/pslab-android.git`
220220

@@ -234,7 +234,7 @@ Despite any reason, follow the steps given below to squash all commits into one
234234

235235
`$ git commit -m "tag: commit message"`
236236

237-
* If you have already made a pull request,
237+
* If you have already made a pull request
238238

239239
`$ git push -f origin <branch-name>`
240240

0 commit comments

Comments
 (0)