Skip to content

Commit 4ada65f

Browse files
committed
Sections: update to follow the title case
1 parent b61569c commit 4ada65f

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,34 @@
33
A curated list of awesome F# frameworks, libraries, software and resources.
44

55
## Contents
6-
- [F# wrappers for popular .NET libraries](#f-wrappers-for-popular-net-libraries)
7-
- [Actor frameworks](#actor-frameworks)
8-
- [Build tools](#build-tools)
6+
- [F# Wrappers for Popular .NET Libraries](#f-wrappers-for-popular-net-libraries)
7+
- [Actor Frameworks](#actor-frameworks)
8+
- [Build Tools](#build-tools)
99
- [Cloud](#cloud)
1010
- [Code Generation](#code-generation)
1111
- [Compilers](#compilers)
12-
- [Concurrent, asynchronous and parallel programming](#concurrent-asynchronous-and-parallel-programming)
12+
- [Concurrent, Asynchronous and Parallel Programming](#concurrent-asynchronous-and-parallel-programming)
1313
- [Configuration](#configuration)
1414
- [Data Science](#data-science)
1515
- [Development Tools](#development-tools)
1616
- [IDE](#ide)
17-
- [Editor plugins](#editor-plugins)
18-
- [Performance analysis](#performance-analysis)
19-
- [General purpose libraries](#general-purpose-libraries)
20-
- [Game development](#game-development)
17+
- [Editor Plugins](#editor-plugins)
18+
- [Performance Analysis](#performance-analysis)
19+
- [General Purpose Libraries](#general-purpose-libraries)
20+
- [Game Development](#game-development)
2121
- [GUI](#gui)
2222
- [HTTP Clients](#http-clients)
2323
- [Logging](#logging)
2424
- [Package Management](#package-management)
2525
- [Parsing](#parsing)
2626
- [Serialization](#serialization)
2727
- [Simulation](#simulation)
28-
- [Static site generators](#static-site-generators)
28+
- [Static Site Generators](#static-site-generators)
2929
- [Testing](#testing)
30-
- [Type providers](#type-providers)
31-
- [Creating type providers](#creating-type-providers)
30+
- [Type Providers](#type-providers)
31+
- [Creating Type Providers](#creating-type-providers)
3232
- [Visualization](#visualization)
33-
- [Web frameworks](#web-frameworks)
33+
- [Web Frameworks](#web-frameworks)
3434
- [.NET Core Templates](#net-core-templates)
3535
- [Resources](#resources)
3636
- [Blogs](#blogs)
@@ -42,7 +42,7 @@ A curated list of awesome F# frameworks, libraries, software and resources.
4242
- [Videos](#videos)
4343
- [Courses](#courses)
4444

45-
## F# wrappers for popular .NET libraries
45+
## F# Wrappers for Popular .NET Libraries
4646
Looking to have a more enjoyable experience when consuming a popular .NET library? Here is a quick table.
4747

4848
<!-- The following table includes some entries that are duplicated in the list below. This is by design. -->
@@ -58,15 +58,15 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
5858
[WPF](https://github.com/dotnet/wpf) | [Elmish.WPF](https://github.com/elmish/Elmish.WPF)
5959
<!--lint enable double-link -->
6060

61-
## Actor frameworks
61+
## Actor Frameworks
6262

6363
- [Akka.NET](https://github.com/akkadotnet/akka.net) - Community-driven port of the popular Java/Scala framework Akka to .NET.
6464
- [Akkling](https://github.com/Horusiath/Akkling) - F# typed API for Akka.NET.
6565
- [Orleankka](https://github.com/OrleansContrib/Orleankka) - Functional API for Orleans Framework.
6666
- [Orleans](https://github.com/dotnet/orleans) - Distributed Virtual Actor Model.
6767
- [Proto.actor](https://github.com/AsynkronIT/protoactor-dotnet) - Cross-platform actor framework for .NET, GO, JAVA and KOTLIN.
6868

69-
## Build tools
69+
## Build Tools
7070

7171
- [FAKE](https://github.com/fsharp/FAKE) - "F# Make" is a cross platform build automation system.
7272
- [Xake](https://github.com/OlegZee/Xake) - Another MAKE utility implementation on F#, fully declarative with no-brain parallelism, inspired by Shake.
@@ -94,7 +94,7 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
9494
- [Pengines.Client](https://github.com/ninjarobot/Pengines.Client) - Sandboxed Prolog environment.
9595
- [Visual F#](https://github.com/Microsoft/visualfsharp) - The Visual F# compiler and tools.
9696

97-
## Concurrent, asynchronous and parallel programming
97+
## Concurrent, Asynchronous and Parallel Programming
9898

9999
- [FIO](https://github.com/iyyel/fio) - A type-safe, highly concurrent and asynchronous library for F# based on pure functional programming.
100100
- [FSharp.Control.AsyncSeq](https://github.com/fsprojects/FSharp.Control.AsyncSeq) - Collection of asynchronous programming utilities for F#.
@@ -134,7 +134,7 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
134134
- [MonoDevelop](http://www.monodevelop.com/) - Cross-platform IDE mostly aimed at Mono/.NET developers.
135135
- [Visual Studio](https://www.visualstudio.com/) - IDE from Microsoft with first class F# support (Windows only, Proprietary).
136136

137-
### Editor plugins
137+
### Editor Plugins
138138

139139
- [Emacs F# mode](https://github.com/fsharp/emacs-fsharp-mode) - F# support in Emacs (including Intellisense and Interactive mode).
140140
- [FSharpFar](https://github.com/nightroman/FarNet) - F# support for Far Manager.
@@ -146,11 +146,11 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
146146
- [fsharp-notebook](https://github.com/pablofrommars/fsharp-notebook) - Data Science Notebook for F# interactive.
147147
- [neofsharp.vim](https://github.com/adelarsq/neofsharp.vim) - Basic F# support for (Neo)Vim.
148148

149-
### Performance analysis
149+
### Performance Analysis
150150

151151
- [fasm](https://github.com/d-edge/fasm) - F# jit disassembler, as a dotnet tool.
152152

153-
## General purpose libraries
153+
## General Purpose Libraries
154154

155155
- [Aether](https://github.com/xyncro/aether) - Optics library for F#, similar to the Haskell Data.Lens package.
156156
- [Chessie](https://github.com/fsprojects/Chessie) - Railway-oriented programming.
@@ -171,7 +171,7 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
171171
- [Validus](https://github.com/pimbrouwers/Validus) - A composable validation library for F#, with built-in validators for most primitive types and easily extended through custom validators.
172172
- [Vp.FSharp.Sql](https://github.com/veepee-oss/Vp.FSharp.Sql) - Generic F# ADO Provider Wrapper (SqlServer, PostgreSql, Sqlite).
173173

174-
## Game development
174+
## Game Development
175175

176176
- [FsUnity](https://github.com/FsUnity) - F# Libraries, Tools, and Plugins for the Unity3d Game Engine.
177177
- [Garnet](https://github.com/bcarruthers/garnet) - Garnet is a lightweight game composition library for F# with entity-component-system (ECS) and actor-like messaging features.
@@ -223,7 +223,7 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
223223

224224
- [F# RISC-V Instruction Set formal specification](https://github.com/mrLSD/riscv-fs) - RISC-V CPU formal ISA Specification. RISC-V CPU simulator with ELF files execution.
225225

226-
## Static site generators
226+
## Static Site Generators
227227

228228
- [SkunkHTML](https://github.com/MaxGripe/skunk-html) - Markdown Blog with GitHub Pages.
229229

@@ -242,7 +242,7 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
242242
- [xUnit.net](https://xunit.net/) - Free, open source, community-focused unit testing tool for the .NET Framework.
243243
<!--lint enable double-link -->
244244

245-
## Type providers
245+
## Type Providers
246246

247247
- [AzureStorageTypeProvider](https://github.com/fsprojects/AzureStorageTypeProvider) - F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
248248
- [DynamicsCRMProvider](https://github.com/fsprojects/DynamicsCRMProvider) - Type provider for Microsoft Dynamics CRM 2011.
@@ -268,7 +268,7 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
268268
- [SQLProvider](https://github.com/fsprojects/SQLProvider) - General F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
269269
- [SwaggerProvider](https://github.com/fsprojects/SwaggerProvider) - F# generative Type Provider for Swagger.
270270

271-
### Creating type providers
271+
### Creating Type Providers
272272

273273
- [FSharp.TypeProviders.StarterPack](https://github.com/fsprojects/FSharp.TypeProviders.StarterPack) - The ProvidedTypes SDK for creating F# type providers.
274274

@@ -280,7 +280,7 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
280280
- [SharpVG](https://github.com/ChrisNikkel/SharpVG) - Create SVG vector graphics in F#.
281281
- [XPlot](https://github.com/fslaborg/XPlot) - A plotting library for the F# programming language.
282282

283-
## Web frameworks
283+
## Web Frameworks
284284
<!--lint disable double-link -->
285285
- [Bolero](https://github.com/fsbolero/Bolero/) - F# in WebAssembly, develop SPAs with the full power of F# and .NET Blazor.
286286
- [Falco](https://github.com/pimbrouwers/Falco/) - A functional-first toolkit for building brilliant ASP.NET Core applications using F#.

0 commit comments

Comments
 (0)