Skip to content

Commit bcb3508

Browse files
committed
Added a TODO and minor README change.
1 parent 5172a3f commit bcb3508

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ npm install uglify-js -g
5656
npm install jison -g
5757

5858
## Then to build, just run:
59-
make clean
6059
make
6160
```
6261

src/sequence-diagram.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
// Image width is wrong, when there is a note in the right hand col
2525
// Title box could look better
2626
// Note box could look better
27+
// Note over isn't correctly align
2728

2829

2930
var DIAGRAM_MARGIN = 10;

0 commit comments

Comments
 (0)