Skip to content

Commit a3b0dfb

Browse files
markup of todolist fixed
1 parent ad9c03c commit a3b0dfb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This package needs [LibreOffice](https://libreoffice.org/) for the convertion.
66

77
## Which extension can be converted to what?
88
You can check the following files:
9-
- [WriterProgramm.php](./src/Programms/WriterProgramm.php)
10-
- [CalcProgramm.php](./src/Programms/CalcProgramm.php)
11-
- [DrawProgramm.php](./src/Programms/DrawProgramm.php)
12-
- [ImpressProgramm.php](./src/Programms/ImpressProgramm.php)
9+
- [WriterProgramm.php](src/Programms/WriterProgramm.php)
10+
- [CalcProgramm.php](src/Programms/CalcProgramm.php)
11+
- [DrawProgramm.php](src/Programms/DrawProgramm.php)
12+
- [ImpressProgramm.php](src/Programms/ImpressProgramm.php)
1313

1414
## Installation
1515

@@ -46,8 +46,8 @@ Converter::file('./Test.odt')
4646
->save('./lorem.jpg');
4747
```
4848
## ToDo
49-
[ ] Rethinking parameter building process
50-
[ ] Add some more Tests
49+
- [ ] Rethinking parameter building process
50+
- [ ] Add some more Tests
5151

5252
Ideas and PRs are welcome :)
5353
## Testing

0 commit comments

Comments
 (0)