Skip to content

Commit

Permalink
Github => GitHub (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEtco authored and developit committed Jan 11, 2018
1 parent 0c5d5c2 commit fa9c11f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@
## Examples

- [/mit](https://oss.ninja/mit) _(default unpopulated license)_
- [/mit/developit](https://oss.ninja/mit/developit) _(automatically populate details from Github)_
- [/mit/developit](https://oss.ninja/mit/developit) _(automatically populate details from GitHub)_
- [/bsd?organization=Jason%20Miller](https://oss.ninja/bsd?organization=Jason%20Miller) _(custom details)_


Expand Down
4 changes: 2 additions & 2 deletions src/routes/home/index.js
Expand Up @@ -35,7 +35,7 @@ export default class Home extends Component {
<section>
<article>
<div class={style.tip}>
<strong>#protip:</strong> append a Github username to URLs for automatic population:
<strong>#protip:</strong> append a GitHub username to URLs for automatic population:
{' '} <a href="/mit/developit">/mit/developit</a>
</div>

Expand All @@ -53,7 +53,7 @@ export default class Home extends Component {
</ul>

<footer>
<a href="https://github.com/developit/oss.ninja" target="_blank" rel="noopener noreferrer">Star oss.ninja on Github</a>!
<a href="https://github.com/developit/oss.ninja" target="_blank" rel="noopener noreferrer">Star oss.ninja on GitHub</a>!
</footer>
</article>
</section>
Expand Down

0 comments on commit fa9c11f

Please sign in to comment.