From 6734faa6b8b34c9fd64714810ccb0be3014e04e0 Mon Sep 17 00:00:00 2001 From: David Revoledo Date: Sun, 25 Nov 2018 16:04:13 -0300 Subject: [PATCH 1/2] Add Dotnet.IO library to consume Fixer --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b7debee..1e04260 100644 --- a/README.md +++ b/README.md @@ -117,3 +117,6 @@ In production, create a [`.env`](.env.example) file in the project root and run ```bash docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d ``` + +# Other Languages +- DotNet Fixer.IO (https://github.com/davidrevoledo/fixerdotnet) From 78a787c0823170cfe6d8b883fda5a3d24a3394d1 Mon Sep 17 00:00:00 2001 From: David Revoledo Date: Sun, 25 Nov 2018 16:04:41 -0300 Subject: [PATCH 2/2] Format readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e04260..e1ae913 100644 --- a/README.md +++ b/README.md @@ -118,5 +118,5 @@ In production, create a [`.env`](.env.example) file in the project root and run docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d ``` -# Other Languages +## Other Languages - DotNet Fixer.IO (https://github.com/davidrevoledo/fixerdotnet)