Skip to content

Commit 141935f

Browse files
committed
Update README.md
1 parent 33fcaa7 commit 141935f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Simple JavaScript library to create HTML time sheets. Wrapped in an example proj
44

55
![https://semu.github.io/timesheet.js](https://raw.githubusercontent.com/semu/timesheet.js/master/screen.png)
66

7+
You only have to include `dist/timesheet.js` and `dist/timesheet.css` in your HTML and initialize Timesheet.js with:
8+
9+
```HTML
10+
<div id="timesheet"></div>
11+
```
12+
713
```javascript
814
new Timesheet('timesheet', 2002, 2013, [
915
['2002', '09/2002', 'A freaking awesome time', 'lorem'],

0 commit comments

Comments
 (0)