diff --git a/Docs/Intros/MS5/index.html b/Docs/Intros/MS5/index.html index c64a911e7..709307616 100644 --- a/Docs/Intros/MS5/index.html +++ b/Docs/Intros/MS5/index.html @@ -18,7 +18,7 @@ Open Source Managed Operating System) sounds stupid.

Cosmos is not an operating system in the traditional sense, but instead it is - "Operating System Kit", or as I like to say "Operating System Legos". + an "Operating System Kit", or as I like to say "Operating System Legos". Cosmos lets you create operating systems just as Visual Studio and C# normally let you create applications. Most users can write and boot their own operating system in just a few minutes, all using Visual Studio. @@ -35,7 +35,7 @@

Writing your first Operating System

- Create a new project as you would any C# project. Select Cosmos as the project + Create a new project as you would any C# project, but select Cosmos as the project type.