-
Notifications
You must be signed in to change notification settings - Fork 19
Minor change on docs #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Just a few tweaks to have consistency with other Mbed OS examples
README.md
Outdated
The following are the steps required for deployment: | ||
* Clone this repository: `git clone [email protected]:ARMmbed/mbed-os-example-mbed-crypto.git` | ||
## Import | ||
The following are the steps required for install the application: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recommend changing "for" to "to".
- the steps required for install the application
+ the steps required to install the application
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside from the comment @Patater left, please fix the redundancy between the Program your board
and Run
sections.
Fixed. Hopefully is now ok. |
Let's also update the mbed-os-5.11.0-oob branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last tweak and then we're good.
Co-Authored-By: MarceloSalazar <[email protected]>
Just a few tweaks to have consistency with other Mbed OS examples
@Patater