Skip to content

Commit

Permalink
Fixed some Markdown formatting
Browse files Browse the repository at this point in the history
 - Wrapped the "git remote set-url" command in Markdown code quotes
 - Added a link directly to the Changelog
  • Loading branch information
jacroe committed Aug 4, 2013
1 parent 6c1cfe5 commit 33f0ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ We're particularly interested in fixing edge-cases, expanding test coverage and

With the move to the PHPMailer GitHub organisation, you'll need to update any remote URLs referencing the old GitHub location with a command like this from within your clone:

git remote set-url upstream https://github.com/PHPMailer/PHPMailer.git
`git remote set-url upstream https://github.com/PHPMailer/PHPMailer.git`

Please *don't* use the SourceForge or Google Code projects any more.

## Changelog

See changelog.md
See [changelog.md](changelog.md)

## History
- PHPMailer was originally written in 2001 by Brent R. Matzelle as a [SourceForge project](http://sourceforge.net/projects/phpmailer/).
Expand Down

0 comments on commit 33f0ae3

Please sign in to comment.