Skip to content

Commit 26e6aed

Browse files
author
KenProle
authored
Update readme.md
1 parent 2a3a4a7 commit 26e6aed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ Code Pulse is a code coverage tool that works on running programs in real time.
44

55
<sub>[![Build Status](https://travis-ci.org/secdec/codepulse.svg?branch=master)](https://travis-ci.org/secdec/codepulse)</sub> (master branch)
66

7-
##Layout
7+
## Layout
88

99
**codepulse/** Contains the web app source.
1010

1111
**distrib/** Contains files that are used to package up the entirity of Code Pulse into a native app, using [node-webkit](https://github.com/rogerwang/node-webkit) in place of a browser, and [jetty](http://www.eclipse.org/jetty/) to run the server. All third party dependencies are downloaded automatically within SBT at package time.
1212

1313
**project/** Contains the SBT build definition.
1414

15-
##Setup
15+
## Setup
1616

1717
- Run SBT from this directory. Run `container:start` to start the webserver on [localhost:8080](http://localhost:8080)
1818
- Eclipse Users:
1919
- Within SBT, run `eclipse` to generate Eclipse project files.
2020
- In Eclipse, import the generated projects to your workspace.
2121

22-
##License
22+
## License
2323

2424
Code Pulse is made available under the terms of the Apache License 2.0. See the LICENSE file that accompanies this distribution for the full text of the license.

0 commit comments

Comments
 (0)