From 89c977b9204d3b44c5963ecca438c2bf385915b1 Mon Sep 17 00:00:00 2001 From: til-schneider Date: Wed, 3 Feb 2016 09:16:18 +0100 Subject: [PATCH] Fixed typos --- README.md | 4 ++-- src/articles/cheat_sheets/Markdown_cheat_sheet.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a4df42..758d292 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ Now link the project directory to a locally installed Apache Webserver with PHP Go to the browser and open one of: -- `http:localhost/path/to/src/` - for the development version using the source JavaScript files. -- `http:localhost/path/to/dist/` - for the production version using compressed CSS and JavaScript. +- `http://localhost/path/to/src/` - for the development version using the source JavaScript files. +- `http://localhost/path/to/dist/` - for the production version using compressed CSS and JavaScript. diff --git a/src/articles/cheat_sheets/Markdown_cheat_sheet.md b/src/articles/cheat_sheets/Markdown_cheat_sheet.md index 13f8661..5728dee 100644 --- a/src/articles/cheat_sheets/Markdown_cheat_sheet.md +++ b/src/articles/cheat_sheets/Markdown_cheat_sheet.md @@ -127,7 +127,7 @@ Create a simple code block by intending the text using 4 or more spaces: which(isEasy) toRemember(); ~~~ -You can also create a code block using `~~~` or ```. If you set a language (e.g. `~~~ xml`), your code will be shown using syntax highlighting: +You can also create a code block using `~~~` or ```. If you set a language (e.g. `~~~ xml`), your code will be shown using syntax highlighting: ~~~ xml