Update punctuation in README.md (#205)
This commit is contained in:
parent
64c6493312
commit
595ae6a8ff
14
README.md
14
README.md
@ -2,7 +2,7 @@
|
|||||||
The Windows Calculator app is a modern Windows app written in C++ that ships pre-installed with Windows.
|
The Windows Calculator app is a modern Windows app written in C++ that ships pre-installed with Windows.
|
||||||
The app provides standard, scientific, and programmer calculator functionality, as well as a set of converters between various units of measurement and currencies.
|
The app provides standard, scientific, and programmer calculator functionality, as well as a set of converters between various units of measurement and currencies.
|
||||||
|
|
||||||
Calculator ships regularly with new features and bug fixes. You can get the latest version of Calculator in the [Microsoft Store.](https://www.microsoft.com/store/apps/9WZDNCRFHVN5)
|
Calculator ships regularly with new features and bug fixes. You can get the latest version of Calculator in the [Microsoft Store](https://www.microsoft.com/store/apps/9WZDNCRFHVN5).
|
||||||
|
|
||||||
[](https://dev.azure.com/ms/calculator/_build/latest?definitionId=57&branchName=master)
|
[](https://dev.azure.com/ms/calculator/_build/latest?definitionId=57&branchName=master)
|
||||||
|
|
||||||
@ -18,14 +18,14 @@ Calculator ships regularly with new features and bug fixes. You can get the late
|
|||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
Prerequisites:
|
Prerequisites:
|
||||||
- Your computer must be running Windows 10, version 1803 or newer
|
- Your computer must be running Windows 10, version 1803 or newer.
|
||||||
- Install the latest version of [Visual Studio](https://developer.microsoft.com/en-us/windows/downloads) (the free community edition is sufficient)
|
- Install the latest version of [Visual Studio](https://developer.microsoft.com/en-us/windows/downloads) (the free community edition is sufficient).
|
||||||
- Install the "Universal Windows Platform Development" workload
|
- Install the "Universal Windows Platform Development" workload.
|
||||||
- Install the optional "C++ Universal Windows Platform tools" component
|
- Install the optional "C++ Universal Windows Platform tools" component.
|
||||||
- Install the latest Windows 10 SDK
|
- Install the latest Windows 10 SDK.
|
||||||
|
|
||||||

|

|
||||||
- Install the [XAML Styler](https://marketplace.visualstudio.com/items?itemName=TeamXavalon.XAMLStyler) Visual Studio extension
|
- Install the [XAML Styler](https://marketplace.visualstudio.com/items?itemName=TeamXavalon.XAMLStyler) Visual Studio extension.
|
||||||
|
|
||||||
- Get the code:
|
- Get the code:
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user