remove trailing spaces to fix markdownlint rule: MD009/no-trailing-spaces [Expected: 0 or 2; Actual: 1]

pull/22/head
David Ordás 2022-04-30 19:12:55 +02:00
parent aa6899fe08
commit ca50ecd8b1
No known key found for this signature in database
GPG Key ID: 6FD751229911593E
1 changed files with 6 additions and 9 deletions

View File

@ -3,9 +3,7 @@ free-programming-books-search
</a> </a>
</h1> </h1>
The The free-programming-books-search is a companion project of [free-programming-books](https://ebookfoundation.github.io/free-programming-books/). It allows users to search by book title or author and filter by language. The search index is updated once per day, so changes made on [free-programming-books](https://ebookfoundation.github.io/free-programming-books/) may not be immediately reflected.
free-programming-books-search is a companion project of [
free-programming-books](https://ebookfoundation.github.io/free-programming-books/). It allows users to search by book title or author and filter by language. The search index is updated once per day, so changes made on [free-programming-books](https://ebookfoundation.github.io/free-programming-books/) may not be immediately reflected.
## Contents ## Contents
- [Contents](#contents) - [Contents](#contents)
@ -58,4 +56,3 @@ free-programming-books](https://ebookfoundation.github.io/free-programming-books
- I added a book but it's not showing up on search? - I added a book but it's not showing up on search?
- Give it some time. The parser is run once a day, so it may tak up to 24 hours for the search to reflect that. - Give it some time. The parser is run once a day, so it may tak up to 24 hours for the search to reflect that.