Skip to content

Commit 506328d

Browse files
committed
Small textual fixes
1 parent 08b7d0e commit 506328d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A curated list of awesome F# frameworks, libraries, software and resources.
3232
- [Creating type providers](#creating-type-providers)
3333
- [Visualization](#visualization)
3434
- [Web frameworks](#web-frameworks)
35-
- [.Net Core Templates](#net-core-templates)
35+
- [.NET Core Templates](#net-core-templates)
3636
- [Resources](#resources)
3737
- [Blogs](#blogs)
3838
- [Books](#books)
@@ -132,7 +132,7 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
132132
- [F# Playground](https://github.com/Seng-Jik/FSharpPlayground) - Minimal playground for F#.
133133
- [JetBrains Rider](https://www.jetbrains.com/rider) - Cross-platform .NET IDE with F# support (Proprietary, free for non-commercial use).
134134
- [MonoDevelop](http://www.monodevelop.com/) - Cross-platform IDE mostly aimed at Mono/.NET developers.
135-
- [Visual Studio](https://www.visualstudio.com/) - IDE from Microsoft with first class F# support(Windows only) (Proprietary).
135+
- [Visual Studio](https://www.visualstudio.com/) - IDE from Microsoft with first class F# support (Windows only, Proprietary).
136136

137137
### Editor plugins
138138

@@ -196,7 +196,7 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
196196
## Logging
197197

198198
- [FsLibLog](https://github.com/TheAngryByrd/FsLibLog) - FsLibLog is a single file you can copy paste or add through Paket GitHub dependencies to provide your F# library with a logging abstraction.
199-
- [Logary](https://github.com/logary/logary/) - Logary is a high performance, multi-target logging, metric, tracing and health-check library for mono and .Net.
199+
- [Logary](https://github.com/logary/logary/) - Logary is a high performance, multi-target logging, metric, tracing and health-check library for mono and .NET.
200200

201201
## Package Management
202202

@@ -231,7 +231,7 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
231231

232232
## Testing
233233
<!--lint disable double-link -->
234-
- [altcover](https://github.com/SteveGilham/altcover) - Cross-platform coverage gathering and processing tool set for .net/.net core and Mono.
234+
- [altcover](https://github.com/SteveGilham/altcover) - Cross-platform coverage gathering and processing tool set for .NET/.NET core and Mono.
235235
- [canopy](https://github.com/lefthandedgoat/canopy) - F# web automation and testing framework.
236236
- [Expecto](https://github.com/haf/expecto) - Smooth testing framework for F# with tests-as-values and parallelism by default.
237237
- [Faqt](https://github.com/cmeeren/Faqt) - Fantastic fluent assertions for your F# tests and domain code.
@@ -303,7 +303,7 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
303303
- [WebSharper](https://github.com/intellifactory/websharper) - F#-based web programming platform including a compiler from F# code to JavaScript.
304304
<!--lint enable double-link -->
305305

306-
## .Net Core Templates
306+
## .NET Core Templates
307307
<!--lint disable awesome-list-item-->
308308
- [ASP.NET Core WebAPI F# Template](https://github.com/MNie/FSharpNetCoreWebApiTemplate) - `dotnet new -i WebAPI.FSharp.Template::*`
309309
- [Expecto Template](https://github.com/MNie/Expecto.Template) - `dotnet new -i Expecto.Template::*`

update-toc.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let tocText =
3636
$"{indent}- [{text}]({getLink text})"
3737
)
3838
|> String.concat "\n"
39-
) + "\n"
39+
) + "\n\n"
4040

4141
let updateHeader (header: HeadingBlock) (newContent: string) =
4242
let parent = header.Parent

0 commit comments

Comments
 (0)