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

Commit 120c00c

Browse files
committed
Align code blocks in README
1 parent bd6c138 commit 120c00c

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
@@ -56,10 +56,10 @@ demonstration purposes only and does not apply to this software.
5656
You can replace the placeholder package name and GitHub username
5757
with your own using
5858

59-
```
60-
$ git ls-files -z | xargs -0 sed -i 's/sass-package/your-package/g'
61-
$ git ls-files -z | xargs -0 sed -i 's/makenew/your_username/g'
62-
```
59+
```
60+
$ git ls-files -z | xargs -0 sed -i 's/sass-package/your-package/g'
61+
$ git ls-files -z | xargs -0 sed -i 's/makenew/your_username/g'
62+
```
6363

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

0 commit comments

Comments
 (0)