Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Error fixes & Improvements #248

Open
wants to merge 8 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dogecoin.com

Dogecoin.com, for shibes and people everywhere.
[Dogecoin.com](https://dogecoin.com), for shibes and people everywhere.

![DogeCoin](http://static.tumblr.com/ppdj5y9/Ae9mxmxtp/300coin.png)

Expand All @@ -21,7 +21,7 @@ Bootstrap and jQuery.
Extras:
FitVids, FitText, Font-Awesome, MFizz Fonts, Google Oswald.

## Can I contribute ?
## Can I contribute?
Yes you can!
We created some guides just for you:

Expand All @@ -31,4 +31,4 @@ We created some guides just for you:
[G1]: https://github.com/dogecoin/dogecoin.com/blob/gh-pages/getting-started/contribute_windows.md
[G2]: https://github.com/dogecoin/dogecoin.com/blob/gh-pages/getting-started/contribute_linux.md
[G3]: https://github.com/dogecoin/dogecoin.com/blob/gh-pages/getting-started/contribute_osx.md
[G4]: https://github.com/dogecoin/dogecoin.com/blob/gh-pages/getting-started/contribute_docker.md
[G4]: https://github.com/dogecoin/dogecoin.com/blob/gh-pages/getting-started/contribute_docker.md
2 changes: 1 addition & 1 deletion getting-started/contribute_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before you start, you will need a webserver. The most common webservers are **Ap

We'll build and use a LAMP-Stack (**L**inux **A**pache **M**ySQL **P**HP) in our Guide.

First install the needed packages:
First, install the needed packages:

Open a terminal and execute:

Expand Down
2 changes: 1 addition & 1 deletion getting-started/contribute_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Before you start, you will need a webserver. The most common webservers are **Ap

We'll use XAMPP (**X** **A**pache **M**ySQL **P**HP **P**erl) in this guide.

First go to [apachefriends.org](https://apachefriends.org) and download XAMPP.
First, go to [apachefriends.org](https://apachefriends.org) and download XAMPP.

![Screenshot](https://i.imgur.com/661Em5t.jpg)

Expand Down