From 1f567c84331394e7cce7f1adcaea01e64a4e8dff Mon Sep 17 00:00:00 2001 From: Wilder Pereira Date: Tue, 2 Oct 2018 16:20:36 -0300 Subject: [PATCH] =?UTF-8?q?Change=20=E2=80=99=20to=20'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change ’ to ' as it is the most common way to use apostrophes Reference: http://unicode.org/charts/PDF/U2000.pdf --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 499509f..7304b96 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ These are the same files [originally shared at the Computer History Museum on Ma All 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. # Contribute! -The 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 😊. +The 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 😊. -If, 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. +If, 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. This 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.