From adb22f984c49d54b8f266058154128cd0d0b5183 Mon Sep 17 00:00:00 2001
From: John Mitchell <startoaster23@gmail.com>
Date: Sat, 12 Nov 2022 20:41:56 -0500
Subject: [PATCH] Add link to book.

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 92e3de5..58056dd 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,11 @@
 ## What is Kayak UI?
 Kayak UI is a declarative UI that can be used to make user interfaces in Rust primarily targeting games. It's free and open-source!
 
+Check out the book!
+[Kayak UI Book](./book/src/SUMMARY.md)
+
 ## WARNING
-Kayak UI is in the very early stages of development. Important features are missing and documentation is non-existent. Kayak UI is designed to only work with Bevy.
+Kayak UI is in the very early stages of development. Important features are missing and some documentation is missing. Kayak UI is designed to only work with Bevy.
 
 ## Features
 - Easy to use declarative syntax using a custom proc macro
-- 
GitLab