From 260e0c9d0883093c47f1f20700e3ef15c821a40d Mon Sep 17 00:00:00 2001
From: Ismayil Mirzali
Date: Fri, 31 Dec 2021 00:19:35 +0200
Subject: [PATCH] Resolve spelling issues and use clearer language.
Signed-off-by: Ismayil Mirzali
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index ec6e132..a6567f9 100644
--- a/README.md
+++ b/README.md
@@ -24,11 +24,11 @@
-**vkvg** is an open source *2D graphics library* written in **c** using [Vulkan](https://www.khronos.org/vulkan/) as backend. It's **api** follows the same pattern as [Cairo](https://www.cairographics.org/), but new functions and original drawing mechanics may be added.
+**vkvg** is an open-source *2D graphics library* written in **C** using [Vulkan](https://www.khronos.org/vulkan/) as backend. The **API** follows the same pattern as [Cairo](https://www.cairographics.org/), but new functions and original drawing mechanics may be added.
-**vkvg** is in early development stage, api may change, any contribution is welcome.
+**vkvg** is in early development stage, the API is subject to change. All contributions are welcome.
-For API documentation and usage, please refer to the [Cairo](https://www.cairographics.org/) documentation for now.
+For API documentation and usage, please refer to the [Cairo](https://www.cairographics.org/) for now.
@@ -120,5 +120,5 @@ Join us on [gitter](https://gitter.im/CSharpRapidOpenWidgets) for any question.
- [x] Avoid line joins inside curves and arc.
- [ ] Structured unit testing.
- [x] Perf and memory checks.
-- [ ] Code clean and comment.
+- [ ] Code cleanup and comments.
- [ ] Documentations.
--
2.47.3