diff --git a/readme.md b/readme.md index 78ae3aaf62..96d4c5924c 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ binding throughout a framework. *I'm writing this only to see if the idea of exp appeals to anyone else.* ## Documentation -As mentioned above this is really an early version of Perplex and we're working hard on improving the code base and the documentation at the same time. Please feel free to have a look at our [introduction document](Docs/intro.md) to get things started real quick. Contributions are always welcome! +As mentioned above this is really an early version of Perspex and we're working hard on improving the code base and the documentation at the same time. Please feel free to have a look at our [introduction document](Docs/intro.md) to get things started real quick. Contributions are always welcome! ## Building and Using In order to build and use Perpex you need a compiler that supports the upcoming C# 6 features. @@ -34,8 +34,8 @@ In order to build and use Perpex you need a compiler that supports the upcoming - **Visual Studio 2015 Preview**: The recommended way to compile C# 6 code is to use the new Visual Studio 2015 Preview version, which Microsoft has released later this year. It comes with the new Roslyn compiler and features like the new upcoming JIT (RyuJIT) and other improvements like extensible code analysis right out of the box. It can be downloaded [here](http://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs) - **Visual Studio 2013**: With the introduction of the new Roslyn compiler platform earlier this year Microsoft has released an *April End User Preview* which is a small extension that brings supports to Visual Studio 2013.
- **NOTE**: This extension is **out of date** and will **no longer be updated**, according to the [Roslyn CodePlex](https://roslyn.codeplex.com/) main page. However, if you don't want to use a Preview IDE feel free to download the extension [over here](https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=52793). It must be noted that it is not guaranteed that future versions of Perplex will compile and run when using this extension. + **NOTE**: This extension is **out of date** and will **no longer be updated**, according to the [Roslyn CodePlex](https://roslyn.codeplex.com/) main page. However, if you don't want to use a Preview IDE feel free to download the extension [over here](https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=52793). It must be noted that it is not guaranteed that future versions of Perspex will compile and run when using this extension. ## Contributing ## -Please read the [contribution guidelines](Docs/contributing.md) before submitting a pull request. \ No newline at end of file +Please read the [contribution guidelines](Docs/contributing.md) before submitting a pull request.