Skip to content

Commit

Permalink
Changes to Readme (refs #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsayer2 committed Apr 12, 2017
1 parent e4f4d02 commit 0bcac2d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Open your Git Bash or Commandline tool and navigate to the preferred working dir
There execute the following commands, which will clone the latest version and install all dependencies.

```
https://github.com/VALIDproject/DyNetFlowVis.git
cd valid
git clone https://github.com/VALIDproject/DyNetFlowVis.git
cd DyNetFlowVis
npm install
```

Expand Down
9 changes: 3 additions & 6 deletions src/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,9 @@ export class App implements MAppViews {
*/
private views:MAppViewsDesc[] = [
{
view: 'Example',
parent: 'app',
options: {
cssClass: 'test',
eventName: 'testEvent'
}
view: 'sankey',
parent: 'dataVizView',
options: {}
}
];

Expand Down

0 comments on commit 0bcac2d

Please sign in to comment.