Skip to content

Commit 9a98b69

Browse files
link to interactive TUI app, fix grammar
#2
1 parent b09d3b9 commit 9a98b69

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

‎README.md‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ Example based guide to mastering GNU grep and ripgrep.
66
<img src="./images/grep.png" width="320px" height="400px" />
77
</p>
88

9-
The book also includes exercises to test your understanding, which is presented together as a single file in this repo - [Exercises.md](./exercises/Exercises.md)
9+
The book also includes exercises to test your understanding, which are presented together as a single file in this repo - [Exercises.md](./exercises/Exercises.md)
1010

1111
For solutions to the exercises, see [Exercise_solutions.md](./exercises/Exercise_solutions.md).
1212

13+
You can also use [this interactive TUI app](https://github.com/learnbyexample/TUI-apps/blob/main/GrepExercises) to practice some of the exercises from the book.
14+
1315
See [Version_changes.md](./Version_changes.md) to keep track of changes made to the book.
1416

1517
<br>
@@ -28,13 +30,13 @@ You can also get the book as part of these bundles:
2830
* **All books bundle** bundle from https://learnbyexample.gumroad.com/l/all-books
2931
* Includes all my programming books
3032

31-
See https://learnbyexample.github.io/books/ for list of other books
33+
See https://learnbyexample.github.io/books/ for a list of other books
3234

3335
For a preview of the book, see [sample chapters](https://github.com/learnbyexample/learn_gnugrep_ripgrep/blob/master/sample_chapters/gnu_grep_sample.pdf)
3436

35-
The book can also be [viewed as a single markdown file in this repo](./gnu_grep.md). See my blogpost on [generating pdf from markdown using pandoc](https://learnbyexample.github.io/tutorial/ebook-generation/customizing-pandoc/) if you are interested in the ebook creation process.
37+
The book can also be [viewed as a single markdown file in this repo](./gnu_grep.md). See my blogpost on [generating pdfs from markdown using pandoc](https://learnbyexample.github.io/tutorial/ebook-generation/customizing-pandoc/) if you are interested in the ebook creation process.
3638

37-
For web version of the book, visit https://learnbyexample.github.io/learn_gnugrep_ripgrep/
39+
For the web version of the book, visit https://learnbyexample.github.io/learn_gnugrep_ripgrep/
3840

3941
<br>
4042

0 commit comments

Comments
 (0)