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

Commit 258a3c0

Browse files
committed
Align code blocks in README
1 parent 0fa60dc commit 258a3c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ demonstration purposes only and does not apply to this software.
5151
You can replace the placeholder package name and GitHub username
5252
with your own using
5353

54-
```
55-
$ git ls-files -z | xargs -0 sed -i 's/coffeescript-package/your-package/g'
56-
$ git ls-files -z | xargs -0 sed -i 's/makenew/your_username/g'
57-
```
54+
```
55+
$ git ls-files -z | xargs -0 sed -i 's/coffeescript-package/your-package/g'
56+
$ git ls-files -z | xargs -0 sed -i 's/makenew/your_username/g'
57+
```
5858

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

0 commit comments

Comments
 (0)