From f17d9f8bf6f71358d3b9aa287150a923de38b1c5 Mon Sep 17 00:00:00 2001 From: Maximilian Tagher Date: Wed, 14 Feb 2018 06:54:39 -0800 Subject: [PATCH] Fix spelling of my name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8366d6b..2f55f03 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ log the size of the input, but _not_ the full requests.) I have described a haskell setup that includes a shortcut to run brittany formatting. #### VSCode [This extension](https://marketplace.visualstudio.com/items?itemName=MaxGabriel.brittany) - connects commandline `brittany` to VSCode formatting API. Thanks to @MaxGarbriel. + connects commandline `brittany` to VSCode formatting API. Thanks to @MaxGabriel. #### Via HIE [haskell-ide-engine](https://github.com/haskell/haskell-ide-engine) includes a `brittany` plugin that directly uses the brittany library.