summaryrefslogtreecommitdiffhomepage
path: root/markdown.html.markdown
diff options
context:
space:
mode:
authorZach Latta <zach@zachlatta.com>2016-02-23 16:12:44 -0800
committerZach Latta <zach@zachlatta.com>2016-02-23 16:12:44 -0800
commit484300f1db4509b08ed48526c61fcfcb48a6152b (patch)
tree2aee63896824693a239f6d29bea0eeb9a9179f5b /markdown.html.markdown
parentb6809e83844119e228867a5578bf52ccf0c1ec5e (diff)
Fix capitalization of GitHub
Diffstat (limited to 'markdown.html.markdown')
-rw-r--r--markdown.html.markdown12
1 files changed, 6 insertions, 6 deletions
diff --git a/markdown.html.markdown b/markdown.html.markdown
index 05eeecbe..b4ad3202 100644
--- a/markdown.html.markdown
+++ b/markdown.html.markdown
@@ -72,8 +72,8 @@ __And so is this text.__
*__And this!__*
```
-In Github Flavored Markdown, which is used to render markdown files on
-Github, we also have strikethrough:
+In GitHub Flavored Markdown, which is used to render markdown files on
+GitHub, we also have strikethrough:
```markdown
~~This text is rendered with strikethrough.~~
@@ -200,7 +200,7 @@ Inline code can be created using the backtick character `
John didn't even know what the `go_to()` function did!
```
-In Github Flavored Markdown, you can use a special syntax for code
+In GitHub Flavored Markdown, you can use a special syntax for code
<pre>
<code class="highlight">&#x60;&#x60;&#x60;ruby
@@ -209,7 +209,7 @@ def foobar
end
&#x60;&#x60;&#x60;</code></pre>
-The above text doesn't require indenting, plus Github will use syntax
+The above text doesn't require indenting, plus GitHub will use syntax
highlighting of the language you specify after the \`\`\`
## Horizontal rule
@@ -298,7 +298,7 @@ in italics, so I do this: \*this text surrounded by asterisks\*.
### Keyboard keys
-In Github Flavored Markdown, you can use a `<kbd>` tag to represent keyboard keys.
+In GitHub Flavored Markdown, you can use a `<kbd>` tag to represent keyboard keys.
```markdown
Your computer crashed? Try sending a
@@ -306,7 +306,7 @@ Your computer crashed? Try sending a
```
### Tables
-Tables are only available in Github Flavored Markdown and are slightly
+Tables are only available in GitHub Flavored Markdown and are slightly
cumbersome, but if you really want it:
```markdown