Skip to content

Commit f56a1a7

Browse files
authored
Update as per feedback
1 parent c3a699e commit f56a1a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# The F# language, Core library, and F# editor tools
1+
# The F# compiler, F# core library, and F# editor tools
22

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

55
## Contributing
66

@@ -38,16 +38,16 @@ See [DEVGUIDE.md](DEVGUIDE.md) and [TESTGUIDE.md](TESTGUIDE.md) for more details
3838

3939
## Using nightly releases in Visual Studio
4040

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:
4242

4343
https://blogs.msdn.microsoft.com/dotnet/2017/03/14/announcing-nightly-releases-for-the-visual-f-tools/
4444

4545
### Even more nightly than the nightly
4646

4747
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:
4848

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
5151

5252
## Branches
5353

@@ -95,7 +95,7 @@ This project has adopts the [Contributor Covenant](http://contributor-covenant.o
9595

9696
## Get In Touch
9797

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

100100
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.
101101

0 commit comments

Comments
 (0)