Skip to content

Commit

Permalink
Replace sh with bash in dummy app content so it works with ember-show…
Browse files Browse the repository at this point in the history
…down-prism
  • Loading branch information
nickschot committed Aug 17, 2020
1 parent dbb5681 commit e142a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/dummy/content/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The [empress-blog documentation](https://github.com/empress/empress-blog/blob/ma

If you are interested in writing your own theme for empress-blog you can get started using

```sh
```bash
npm init empress-blog-template <template-name>
```
and it will create a brand new template addon in the folder `empress-blog-template-name-template`! You can check out the documentation for [create-empress-blog-template here](https://github.com/empress/create-empress-blog-template#readme). As [Ghost](https://ghost.org/) uses handlebars it is not too difficult to port an existing Ghost template to use Ember templates, so if you have any requests for an existing open source Ghost template please let us know 👍
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/content/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ We know that first impressions are important, so we've populated your new site w

### Quick Start

```sh
```bash
# if you don't have ember-cli installed already
npm install -g ember-cli

Expand Down

0 comments on commit e142a32

Please sign in to comment.