Fix typo in readme.md

This commit is contained in:
pabru 2016-07-28 12:14:36 +01:00 committed by GitHub
parent 07ac6cac1f
commit 7d684a8ce7

View file

@ -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.