]> O.S.I.I.S - jp/vkvg.git/commitdiff
Fix spelling mistakes 1/head
authorOsker Paladino <nickp@ncpholdings.org>
Sat, 7 Apr 2018 14:56:07 +0000 (09:56 -0500)
committerGitHub <noreply@github.com>
Sat, 7 Apr 2018 14:56:07 +0000 (09:56 -0500)
Also some extra capitalization.

README.md

index 04e3998ea1560dbf4b87b1bace09138a5b9f19e0..294c053513a52fe35374f414cce933817b59a2a7 100644 (file)
--- a/README.md
+++ b/README.md
 
 ### What is vkvg?
 
-**vkvg** is a multiplateform **c** library for drawing 2d vector graphics with [Vulkan](https://www.khronos.org/vulkan/).
+**vkvg** is a multiplatform **c** library for drawing 2D vector graphics with [Vulkan](https://www.khronos.org/vulkan/).
 
-[Cairo](https://www.cairographics.org/) missing a vulkan backend, I decided to start one myself trying to keep my api as close to cairo as possible. Maybe vkvg could serve as a starting point for cairo maintainers to start their vulkan backend.
+[Cairo](https://www.cairographics.org/) is missing a Vulkan backend, so I decided to start one myself trying to keep my api as close to Cairo as possible. Maybe vkvg could serve as a starting point for Cairo maintainers to start their Vulkan backend.
 
 ### Current status: 
 
-vkvg is in early development stage, and no guarantie is given on the possible roadmap.
+vkvg is in early development stage, and no guarantee is given on the possible roadmap:
 
 - Basic shape fill and stroke functional, using ears clipping.
 - Basic painting operation.
@@ -30,7 +30,7 @@ vkvg is in early development stage, and no guarantie is given on the possible ro
 - Context should be thread safe, tests required.
 - Nice logo.
 
-### Roardmap
+### Roadmap
 
 - Offscreen pattern building.