Skip to content

Commit 655afcf

Browse files
committed
README: remove the word 'simple' from build instructions
Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org>
1 parent 4493585 commit 655afcf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dvbtee/dvbtee < mpegfile.ts
4040
```
4141

4242
If, for some odd reason, you want to build libdvbtee using the old version of
43-
the table / descriptor decoder, simple specify --enable-olddecoder to configure
43+
the table / descriptor decoder, specify --enable-olddecoder to configure
4444
```
4545
autoreconf --install
4646
./configure --enable-olddecoder
@@ -56,7 +56,7 @@ LD_LIBRARY_PATH=libdvbtee:libdvbtee_server dvbtee/dvbtee < mpegfile.ts
5656
```
5757

5858
If, for some odd reason, you want to build libdvbtee using the old version of
59-
the table / descriptor decoder, simple specify CONFIG+=olddecoder to qmake
59+
the table / descriptor decoder, specify CONFIG+=olddecoder to qmake
6060
```
6161
qmake -r CONFIG+=olddecoder
6262
make

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dvbtee/dvbtee < mpegfile.ts
4040
```
4141

4242
If, for some odd reason, you want to build libdvbtee using the old version of
43-
the table / descriptor decoder, simple specify --enable-olddecoder to configure
43+
the table / descriptor decoder, specify --enable-olddecoder to configure
4444
```
4545
autoreconf --install
4646
./configure --enable-olddecoder
@@ -56,7 +56,7 @@ LD_LIBRARY_PATH=libdvbtee:libdvbtee_server dvbtee/dvbtee < mpegfile.ts
5656
```
5757

5858
If, for some odd reason, you want to build libdvbtee using the old version of
59-
the table / descriptor decoder, simple specify CONFIG+=olddecoder to qmake
59+
the table / descriptor decoder, specify CONFIG+=olddecoder to qmake
6060
```
6161
qmake -r CONFIG+=olddecoder
6262
make

0 commit comments

Comments
 (0)