From 93c2410fb37cfecb5074a7850f27369d9fbf0043 Mon Sep 17 00:00:00 2001 From: Mohamed Said Date: Fri, 6 Nov 2020 14:27:29 +0200 Subject: [PATCH] update readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 436956e..05504ef 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ This PHP tool helps you write eBooks in markdown. Run `ibis build` and an eBook 3. Code syntax highlighting. 4. Available in 2 themes. Light and dark. -Here's a sample PDF eBook generated with Ibis: [click me](https://learn-laravel-queues.com/laravel-queues-in-action/laravel-queues-in-action.zip) +Ibis was used to create [Laravel Queues in Action](https://learn-laravel-queues.com), an eBook I published in August. [Click me](https://learn-laravel-queues.com/laravel-queues-in-action/laravel-queues-in-action.zip) for the sample. ## Installation @@ -45,7 +45,7 @@ You may configure your book by editing the `/ibis.php` configuration file. ## Writing Your eBook -The `init` command will create sample .md files inside the content folder. You can explore those files to see how you can write your book. +The `init` command will create sample .md files inside the content folder. You can explore those files to see how you can write your book. This sample content is taken from [Laravel Queues in Action](https://learn-laravel-queues.com). Inside the content directory, you can write multiple `.md` files. Ibis uses the headings to divide the book into parts and chapters: