From: Ismayil Mirzali
Date: Thu, 30 Dec 2021 22:19:35 +0000 (+0200)
Subject: Resolve spelling issues and use clearer language.
X-Git-Tag: v0.3.0-beta~56^2
X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=refs%2Fpull%2F56%2Fhead;p=jp%2Fvkvg.git
Resolve spelling issues and use clearer language.
Signed-off-by: Ismayil Mirzali
---
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.