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 dcd9e56 commit c401c5e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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__.

Expand All @@ -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) |
Expand Down

0 comments on commit c401c5e

Please sign in to comment.