diff --git a/README.md b/README.md index 757d685..d8fd7ef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Functional Programming in F# +# Functional Programming in F# [![Docs](https://badgen.net/badge/microsoft/docs/blue)](https://learn.microsoft.com/en-us/dotnet/fsharp/) Exercises to the book __Functional Programming Using F#__ written by __Michael R. Hansen__ and __Hans Rischel__. @@ -10,8 +10,6 @@ Exercises to the book __Functional Programming Using F#__ written by __Michael R ## Structure -## Structure - | Chapter | ๐Ÿ“š Description | ๐Ÿ’ช Exercises | ๐Ÿงช Unit Tests | |----------------------------------------------|--------------------------------------------------------------|----------------------------------------------------------|----------------------------------------------------------| | [โžก๏ธ Chapter 01](./src/FPinFSharp.Chapter_01) | [๐Ÿ“ Description](./src/FPinFSharp.Chapter_01/Description.md) | [๐Ÿ’ก Exercises](./src/FPinFSharp.Chapter_01/Exercises.fs) | [โœ”๏ธ Unit Tests](./tests/FPinFSharp.Chapter_01.UnitTests) |