Skip to content

Commit a41bdce

Browse files
author
Marvin Kuhn
committed
Merge branch 'master' of github.com:breadlesscode/office-converter
2 parents 634f5a2 + 4447f67 commit a41bdce

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/Programs/WriterProgram.php)
10+
- [CalcProgramm.php](./src/Programs/CalcProgram.php)
11+
- [DrawProgramm.php](src/Programs/DrawProgram.php)
12+
- [ImpressProgramm.php](src/Programs/ImpressProgram.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)