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

Commit 043206b

Browse files
committed
Align code blocks in README
1 parent 6d5147a commit 043206b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ demonstration purposes only and does not apply to this software.
5757
You can replace the placeholder package name and GitHub username
5858
with your own using
5959

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

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

0 commit comments

Comments
 (0)