From 7d684a8ce7fa38de24affb4c32c7e3764bba35cb Mon Sep 17 00:00:00 2001 From: pabru <1310028@my.brunel.ac.uk> Date: Thu, 28 Jul 2016 12:14:36 +0100 Subject: [PATCH] Fix typo in readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 808e2d334..9474047ca 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ Downloads: Cosmos is available in two flavors: * **User Kit** - The User Kit is used to develop your operating system in Visual Studio. - If you are new to Cosmos, you can learn [here](https://github.com/CosmosOS/Cosmos/wiki). [Latest Release anvailable](https://github.com/CosmosOS/Cosmos/releases/latest) + If you are new to Cosmos, you can learn [here](https://github.com/CosmosOS/Cosmos/wiki). [Latest Release available.](https://github.com/CosmosOS/Cosmos/releases/latest) * **Development Kit** - The Development Kit is the full Cosmos source and build tools. If you need to modify the Cosmos core functions or modify built-in drivers, boot, compiler, etc.. you will need to use Development Kit. [Tutorial for building the Development Kit](https://github.com/CosmosOS/Cosmos/wiki/Devkit) - Building from the source is easy with our automated builder.