|
1 | | -# The F# language, Core library, and F# editor tools |
| 1 | +# The F# compiler, F# core library, and F# editor tools |
2 | 2 |
|
3 | | -You're invited to contribute to future releases of the F# language compiler, core library, and tools. Development of this repository can be done anywhere [.NET Core](https://dotnet.microsoft.com/) is supported: Windows, macOS, and a variety of Linux distributions. |
| 3 | +You're invited to contribute to future releases of the F# compiler, core library, and tools. Development of this repository can be done anywhere [.NET Core](https://dotnet.microsoft.com/) is supported: Windows, macOS, and a variety of Linux distributions. |
4 | 4 |
|
5 | 5 | ## Contributing |
6 | 6 |
|
@@ -38,16 +38,16 @@ See [DEVGUIDE.md](DEVGUIDE.md) and [TESTGUIDE.md](TESTGUIDE.md) for more details |
38 | 38 |
|
39 | 39 | ## Using nightly releases in Visual Studio |
40 | 40 |
|
41 | | -You can use the latest `master` build of the F# compiler and tools for Visual Studio via our nightly releases if you are a Visual Studio users. See details on setup here: |
| 41 | +You can use the latest `master` build of the F# compiler and tools for Visual Studio via our nightly releases if you are a Visual Studio user. See details on setup here: |
42 | 42 |
|
43 | 43 | https://blogs.msdn.microsoft.com/dotnet/2017/03/14/announcing-nightly-releases-for-the-visual-f-tools/ |
44 | 44 |
|
45 | 45 | ### Even more nightly than the nightly |
46 | 46 |
|
47 | 47 | Alternatively, if you _really_ want to live on the bleeding edge, you can set up a nightly feed for the Visual Studio preview releases, which use the latest commit in the preview branch. To do so, follow the same instructions as the above blog post, but instead with these links: |
48 | 48 |
|
49 | | -* Set your feed to the [preview feed](https://dotnet.myget.org/F/fsharp-preview/vsix) |
50 | | -* Install manually from the [preview feed](https://dotnet.myget.org/feed/fsharp-preview/package/vsix/VisualFSharp) |
| 49 | +* Set your feed to the preview feed: https://dotnet.myget.org/F/fsharp-preview/vsix |
| 50 | +* Install a VSIX manually from the preview feed: https://dotnet.myget.org/feed/fsharp-preview/package/vsix/VisualFSharp |
51 | 51 |
|
52 | 52 | ## Branches |
53 | 53 |
|
@@ -95,7 +95,7 @@ This project has adopts the [Contributor Covenant](http://contributor-covenant.o |
95 | 95 |
|
96 | 96 | ## Get In Touch |
97 | 97 |
|
98 | | -Members of the [F# Software Foundation](http://fsharp.org) are invited to the [FSSF Slack](http://fsharp.org/guides/slack/). The `#compiler` and `#editor-support` channels are where other contributors typically chat with others. |
| 98 | +Members of the [F# Software Foundation](http://fsharp.org) are invited to the [FSSF Slack](http://fsharp.org/guides/slack/). You can find support from other contributors in the `#compiler` and `#editor-support` channels. |
99 | 99 |
|
100 | 100 | Additionally, you can use the `#fsharp` tag on Twitter if you have general F# questions, including about this repository. Chances are you'll get multiple responses. |
101 | 101 |
|
|
0 commit comments