Skip to content

Commit e703c49

Browse files
forkidsyme
authored andcommitted
fix typos (#4630)
1 parent 432784c commit e703c49

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

fcs/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11

22

3-
# The FSharp.Compiler.Service components and nuget package
3+
# The FSharp.Compiler.Service components and NuGet package
44

5-
This directory contains the build, packaging, test and documentation-generation logic for the nuget package ``FSharp.Compiler.Service``. The source for this nuget
5+
This directory contains the build, packaging, test and documentation-generation logic for the NuGet package ``FSharp.Compiler.Service``. The source for this NuGet
66
package is in ``..\src``.
77

8-
Basically we are packaging up the compiler as a DLL and publishing it as a nuget package.
8+
Basically we are packaging up the compiler as a DLL and publishing it as a NuGet package.
99

1010
## FSharp.Compiler.Service v. FSharp.Compiler.Private
1111

1212
There are subtle differences between FSharp.Compiler.Service and FSharp.Compiler.Private (shipped with the Visual F# Tools)
1313

1414
- FCS has a public API
1515
- FCS is built against **.NET 4.5** and **FSharp.Core 4.0.0.0** to give broader reach
16-
- FCS has a Nuget package
16+
- FCS has a NuGet package
1717
- FCS has a .NET Standard 1.6 version in the nuget package
1818
- FCS testing also tests the "Project Cracker" (see below)
1919
- FCS doesn't add the System.ValueTuple.dll reference by default, see ``#if COMPILER_SERVICE_AS_DLL`` in compiler codebase
@@ -57,7 +57,7 @@ which does things like:
5757

5858
### Manual push of packages
5959

60-
Yu can push the packages if you have permissions, either automatically using ``build Release`` or manually
60+
You can push the packages if you have permissions, either automatically using ``build Release`` or manually
6161

6262
set APIKEY=...
6363
..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.22.0.2.nupkg %APIKEY% -Source https://nuget.org
@@ -67,7 +67,7 @@ Yu can push the packages if you have permissions, either automatically using ``b
6767

6868
### Use of Paket and FAKE
6969

70-
Paket is only used to get fake and formating tools. Eventually we will likely remove this once we update the project files to .NET SDK 2.0.
70+
Paket is only used to get FAKE and FSharp.Formatting tools. Eventually we will likely remove this once we update the project files to .NET SDK 2.0.
7171

7272
FAKE is only used to run build.fsx. Eventually we will likely remove this once we update the project files to .NET SDK 2.0.
7373

@@ -83,7 +83,7 @@ Testing reuses the test files from ..\tests\service which were are also FCS test
8383
Output is in ``docs``. In the ``FSharp.Compiler.Service`` repo this is checked in and hosted as http://fsharp.github.io/FSharp.Compiler.Service.
8484

8585

86-
## The two other nuget packages
86+
## The two other NuGet packages
8787

8888
It also contains both the source, build, packaging and test logic for
8989

0 commit comments

Comments
 (0)