From 79f41b3208d016b762c59a981d4944d1f172f6ca Mon Sep 17 00:00:00 2001 From: maik klein Date: Mon, 26 Dec 2016 01:23:19 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ec283f..a1763ef 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ let pool = device.create_command_pool(&pool_create_info).unwrap(); You can find the examples [here](https://github.com/MaikKlein/ash/tree/master/examples). All examples currently require: the LunarG Validation layers and a Vulkan library that is visible in your `PATH`. ### [Triangle](https://github.com/MaikKlein/ash/blob/master/examples/src/bin/triangle.rs) -Display a triangle with vertex colors. +Displays a triangle with vertex colors. ``` cd examples cargo run --bin triangle @@ -133,7 +133,7 @@ cargo run --bin triangle ![screenshot](http://i.imgur.com/PQZcL6w.jpg) ### [Texture](https://github.com/MaikKlein/ash/blob/master/examples/src/bin/texture.rs) -Displays a texture on a quad. *Needs a cleanup*. +Displays a texture on a quad. ``` cd examples cargo run --bin texture