Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
eminencegrs committed Feb 4, 2024
1 parent b73d0a7 commit 4a8a552
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Functional Programming in F# [![Docs](https://badgen.net/badge/microsoft/docs/blue)](https://learn.microsoft.com/en-us/dotnet/fsharp/)
# Functional Programming in F#

Exercises to the book __Functional Programming Using F#__ written by __Michael R. Hansen__ and __Hans Rischel__.

Expand All @@ -15,3 +15,11 @@ Exercises to the book __Functional Programming Using F#__ written by __Michael R
| [➡️ 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) |
| [➡️ Chapter 02](./src/FPinFSharp.Chapter_02) | [📝 Description](./src/FPinFSharp.Chapter_02/Description.md) | [💡 Exercises](./src/FPinFSharp.Chapter_02/Exercises.fs) | [✔️ Unit Tests](./tests/FPinFSharp.Chapter_02.UnitTests) |
| [➡️ Chapter 03](./src/FPinFSharp.Chapter_03) | [📝 Description](./src/FPinFSharp.Chapter_03/Description.md) | [💡 Exercises](./src/FPinFSharp.Chapter_03/Exercises.fs) | [✔️ Unit Tests](./src/FPinFSharp.Chapter_03.UnitTests) |

---

#### Inspired by

[![Docs](https://badgen.net/badge/docs/fsharp.org/blue)](https://fsharp.org)
[![Docs](https://badgen.net/badge/microsoft/learn/green)](https://learn.microsoft.com/dotnet/fsharp)
[![Docs](https://badgen.net/badge/fsharp/for%20fun%20and%20profit/cyan)](https://fsharpforfunandprofit.com)
Binary file added fsharp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4a8a552

Please sign in to comment.