From 4e0f823c0d9519c762d878faae3654296ab7f348 Mon Sep 17 00:00:00 2001
From: AhegaHOE <73001005+AhegaHOE@users.noreply.github.com>
Date: Wed, 7 Sep 2022 14:35:38 +0200
Subject: [PATCH] Updated Typo in README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 666941c..54630e8 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
 </h1>
 
 ## 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 an open-source!
+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!
 
 ## WARNING
 Kayak UI is in the very early stages of development. Important features are missing and documentation is non-existent. There are a few weird oddities because of how the rsx proc macro works, but these could be fixed in the future. Currently kayak is built to be used inside of bevy and as such the existing renderer is built with that in mind, however Kayak UI is render agnostic and could be rendered using any modern rendering API. 
-- 
GitLab