Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcere committed Mar 26, 2017
1 parent 88f7793 commit 8671517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,13 @@ When using remote url ng2-markdown-to-html will use file extension to automatica

## Demo application

You can find the [demo](https://jfcere.github.io/ng2-markdown-to-html) source code inside the `src/app/markdown-demo` directory.
A demo is available @ [https://jfcere.github.io/ng2-markdown-to-html](https://jfcere.github.io/ng2-markdown-to-html) and it source code can be found inside the `src/app/markdown-demo` directory.

The following commands will clone the repository, install npm dependencies and serve the application @ [http://localhost:4200](http://localhost:4200)

```bash
git clone https://github.com/jfcere/ng2-markdown-to-html.git

npm install

ng serve
```

Expand All @@ -135,6 +133,7 @@ Here is the list of tasks that will be done on this library in a near future ...

- ~~Add CircleCI integration~~
- ~~Publish demo on github pages~~
- Make Prism highlight optional
- Support Prism.js customizing options (line-numbers, line-height, ...)
- Transpile library to Javascript

Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ test:
override:
- yarn test -- --single-run
- yarn lint -- --formatters-dir ./tslint-formatters --format junit -o $CIRCLE_TEST_REPORTS/lint/tslint.xml
- yarn build -- --prod
- yarn build -- --prod --aot
post:
- mv test-results.xml $CIRCLE_TEST_REPORTS/karma

0 comments on commit 8671517

Please sign in to comment.