diff --git a/readme.md b/readme.md index 8158f6d12caf3615a9cf0925f0ef4052b6dcba90..a8dd48c20165ae49a866ff9a13e6ddccb35fe792 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # FSharp SQLProvider + Cats -[![pipeline status](https://gitlab.com/sNewell/fsharp-sql-provider/badges/master/pipeline.svg)](https://gitlab.com/sNewell/fsharp-sql-provider/-/commits/master) +[![pipeline status](https://gitlab.com/sNewell/fsharp-sql-provider/badges/master/pipeline.svg)](https://gitlab.com/sNewell/fsharp-sql-provider/pipelines) This explores the use of an F# Type Provider - SQLProvider - with the postgres database. This is just to write down a full tutorial of how to incorporate type providers in your project,