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

Commit 0fa60dc

Browse files
committed
Don't use ```bash in README
1 parent 7ff27bd commit 0fa60dc

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,7 +51,7 @@ 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-
```bash
54+
```
5555
$ git ls-files -z | xargs -0 sed -i 's/coffeescript-package/your-package/g'
5656
$ git ls-files -z | xargs -0 sed -i 's/makenew/your_username/g'
5757
```
@@ -95,7 +95,7 @@ $ git merge upstream/master
9595
The recommended method is to add this as a dependency
9696
to your project using [Bower] with
9797

98-
```bash
98+
```
9999
$ bower install --save coffeescript-package
100100
```
101101

@@ -110,7 +110,7 @@ The [coffeescript-package source](https://github.com/makenew/coffeescript-packag
110110
is hosted on GitHub.
111111
To clone the project run
112112

113-
```bash
113+
```
114114
$ git clone https://github.com/makenew/coffeescript-package.git
115115
```
116116

@@ -120,7 +120,7 @@ You will need [npm] with [Grunt] and [Bower].
120120

121121
Install the development dependencies with
122122

123-
```bash
123+
```
124124
$ npm install
125125
$ bower install
126126
```

0 commit comments

Comments
 (0)