From 98b65e40949b5a1058ca3258aa486b6d661f18a1 Mon Sep 17 00:00:00 2001 From: Steven Spencer Date: Thu, 5 May 2022 14:16:46 -0500 Subject: [PATCH] Spelling mistake fixed and encouragement added * fixed spelling issue with VS Code description ("non other than" to "none other than") * since the document was opened, added some emphasis to the fact that we will accept a document in any format. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 393f61ad95..e79aab6c73 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Where do you come in — both now and in the future? If you have experience with ## Where to Start -While you can create documentation in any format, the preferred format is Markdown. You can easily create documents in Markdown, plus Markdown is super-easy to learn. The best way to get started with Markdown is to have a Markdown editor installed and read the tutorial. You can create Markdown files with any text editor, but most Markdown editors allow you to preview what you've input already, so they can be very helpful. +While you can create documentation in **any format** (seriously, we will accept it any way you create it), the preferred format is Markdown. You can easily create documents in Markdown, plus Markdown is super-easy to learn. The best way to get started with Markdown is to have a Markdown editor installed and read the tutorial. You can create Markdown files with any text editor, but most Markdown editors allow you to preview what you've input already, so they can be very helpful. ### Markdown Editor @@ -34,8 +34,8 @@ ReText is good, but if you feel like exploring your other options, there are a f * [ghostwriter](https://wereturtle.github.io/ghostwriter/) - Free, Windows and Linux, open source * [Remarkable](https://remarkableapp.github.io) - Linux-only, open source * [Atom](https://atom.io) - Free, cross-platform and open source. Not _only_ a Markdown editor. Has integration with Git and GitHub built-in. -* [VS Code](https://code.visualstudio.com/) - A partially open source project from non other than Microsoft; VS Code is a lightweight and powerful editor available for Windows, Linux and MacOS. To contribute to this document project, you should get the following extensions: Git Graph, HTML Preview, HTML Snippets, Markdown All in One, Markdown Preview Enhanced, Markdown Preview Mermaid Support, and any more that catch your fancy. - +* [VS Code](https://code.visualstudio.com/) - A partially open source project from none other than Microsoft; VS Code is a lightweight and powerful editor available for Windows, Linux and MacOS. To contribute to this document project, you should get the following extensions: Git Graph, HTML Preview, HTML Snippets, Markdown All in One, Markdown Preview Enhanced, Markdown Preview Mermaid Support, and any more that catch your fancy. + ### Markdown Tutorial You can get a good feel for how to write Markdown files, by taking a look at [Mastering Markdown](https://guides.github.com/features/mastering-markdown/). This online resource will get you up-to-speed in no time.