Skip to content

Commit 5b0866b

Browse files
committed
Improve docs further
1 parent 8f51b1a commit 5b0866b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

readme.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ npm install --save gitlab-time-tracker
597597

598598
Use it in your project:
599599

600-
```
600+
```js
601601
// require modules
602602
const Config = require('gitlab-time-tracker/include/config');
603603
const Report = require('gitlab-time-tracker/model/report');
@@ -628,7 +628,6 @@ report.mergeRequests.forEach(mergeRequest => {
628628
console.log(mergeRequests.times);
629629
console.log(issue.times[0].user);
630630
});
631-
632631
```
633632

634633
## faqs
@@ -647,15 +646,14 @@ So this would be a very helpful thing to contribute but of course all contributi
647646

648647
* Please work in your own branch, e.g. `integrate-awesome-feature`, `fix-awful-bug`, `improve-this-crappy-docs`
649648
* Create a pull request to the `dev` branch
650-
*
651649

652650
## buy me a beer
653651

654652
gtt is an open source project, developed and maintained in my free time.
655653

656654
If you enjoy using gtt you can support the project by [contributing](#contributing) to the code base,
657655
sharing it to your colleagues and co-workers or monetarily by donating via PayPal.
658-
Every type of support is very helpful and thank you very much if you consider contributing
656+
Every type of support is very helpful and thank you very much if you consider supporting the project
659657
or already have done so. 💜
660658

661659
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DN9YVDKFGC6V6)

0 commit comments

Comments
 (0)