Skip to content

Commit

Permalink
README: Fix url, and punctuation consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ShishirPatil committed May 30, 2019
1 parent b161dbe commit f3af45d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Applications/GesturePod/onComputer/README.md
Expand Up @@ -21,13 +21,13 @@ used as a basis for porting GesturePod to other platforms.
## Quick Start

1. Installation requires
- [git](https://git-scm.com/),
- [git](https://git-scm.com/)
- [make](https://www.gnu.org/software/make/)
- [g++](https://gcc.gnu.org/).
- [g++](https://gcc.gnu.org/)

2. Clone the repo and navigate to this directory
```
git clone https://github.com/Microsoft/EdgeML
git clone https://github.com/microsoft/EdgeML.git
cd EdgeML/Applications/GesturePod/onComputer
```
3. Compile and build the code
Expand Down
2 changes: 1 addition & 1 deletion Applications/GesturePod/onMKR1000/README.md
Expand Up @@ -18,7 +18,7 @@ GesturePod *(for MKR1000)*

1. Clone the repo and navigate to this folder
```
git clone ...
git clone https://github.com/microsoft/EdgeML.git
cd Applications/GesturePod/onMKR1000
```
2. Refer to this tutorial _(Coming Soon ..!)_ to build the Hardware and setup external dependencies - [Cortex M0+ Board support](https://www.hackster.io/charifmahmoudi/arduino-mkr1000-getting-started-08bb4a).
Expand Down

0 comments on commit f3af45d

Please sign in to comment.