Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Align code blocks in README
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Oct 29, 2015
1 parent 0fa60dc commit 258a3c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ demonstration purposes only and does not apply to this software.
You can replace the placeholder package name and GitHub username
with your own using

```
$ git ls-files -z | xargs -0 sed -i 's/coffeescript-package/your-package/g'
$ git ls-files -z | xargs -0 sed -i 's/makenew/your_username/g'
```
```
$ git ls-files -z | xargs -0 sed -i 's/coffeescript-package/your-package/g'
$ git ls-files -z | xargs -0 sed -i 's/makenew/your_username/g'
```

Note that `CHANGELOG.md` is just a template for this skeleton.
The actual changes for this project are documented in the commit history
Expand Down

0 comments on commit 258a3c0

Please sign in to comment.