diff --git a/README.md b/README.md index 814bc84..e9d4d94 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ arduino-sdk This repository contains the solution for the SDK from Arduino libraries. The purpose of this repository is to generate the Microsoft.IoT.SDKFromArduino nuget package. It is generated by leveraging Git submodules, importing the Arduino Github and packaging Arduino source files for inclusion in customer projects. -# Contributing +#Steps For Contributing In This Repository -1. fork this repository. -1. Clone it to your local machine -1. If you cloned your fork via the GitHub application, it will automatically initialize and update the submodule -1. If you cloned your fork repository from a command line, you'll need to initialize sub-modules and update them +1. Fork this repository. +2. Clone it to your local machine +3. If you cloned your fork via the GitHub application, it will automatically initialize and update the submodule +4. If you cloned your fork repository from a command line, you'll need to initialize sub-modules and update them ```git submodule init```