summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Rich Turner2018-10-01 12:28:02 -0700
committerGravatar GitHub2018-10-01 12:28:02 -0700
commitcdbbff381ec3a111197a45bb4bfb6ce7a22a3d9c (patch)
tree4aa231f232b134b8f85a96edd968deafd318c31e
parentOptimized PNG's (diff)
parentFix punctuations and minor changes (diff)
downloadms-dos-cdbbff381ec3a111197a45bb4bfb6ce7a22a3d9c.tar.gz
ms-dos-cdbbff381ec3a111197a45bb4bfb6ce7a22a3d9c.tar.xz
ms-dos-cdbbff381ec3a111197a45bb4bfb6ce7a22a3d9c.zip
Merge pull request #29 from shubhsherl/fix_readme
Fix punctuations and minor changes
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7c360fb..16eb2c4 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
1<img width="150" height="150" style="float:left" alt="MS-DOS logo" src="https://github.com/Microsoft/MS-DOS/blob/master/msdos-logo.png"> 1<img width="150" height="150" style="float:left" alt="MS-DOS logo" src="https://github.com/Microsoft/MS-DOS/blob/master/msdos-logo.png">
2 2
3# MS-DOS v1.25 and v2.0 Source Code 3# MS-DOS v1.25 and v2.0 Source Code
4This repo contains the original source-code and compiled binaries for MS-DOS 1.25 and MS-DOS 2.0. 4This repo contains the original source-code and compiled binaries for MS-DOS v1.25 and MS-DOS v2.0.
5 5
6These are the same files [originally shared at the Computer History Museum on March 25th 2014]( http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/) and are being (re)published in this repo to make them easier to find, reference-to in external writing and works, and to allow exploration and experimentation for those interested in early PC Operating Systems. 6These are the same files [originally shared at the Computer History Museum on March 25th, 2014]( http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/) and are being (re)published in this repo to make them easier to find, reference-to in external writing and works, and to allow exploration and experimentation for those interested in early PC Operating Systems.
7 7
8# License 8# License
9All files within this repo are released under the [MIT (OSI) License]( https://en.wikipedia.org/wiki/MIT_License) as per the [LICENSE file](https://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md) stored in the root of this repo. 9All files within this repo are released under the [MIT (OSI) License]( https://en.wikipedia.org/wiki/MIT_License) as per the [LICENSE file](https://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md) stored in the root of this repo.
@@ -11,6 +11,6 @@ All files within this repo are released under the [MIT (OSI) License]( https://e
11# Contribute! 11# Contribute!
12The source files in this repo are for historical reference and will be kept static, so please don’t send Pull Requests suggesting any modifications to the source files, but feel free to fork this repo and experiment 😊. 12The source files in this repo are for historical reference and will be kept static, so please don’t send Pull Requests suggesting any modifications to the source files, but feel free to fork this repo and experiment 😊.
13 13
14If, however, you’d like to submit additional non-source content or modifications to non-source files (e.g. this README), please submit via PR and we’ll review and consider. 14If, however, you’d like to submit additional non-source content or modifications to non-source files (e.g., this README), please submit via PR, and we’ll review and consider.
15 15
16This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. 16This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.