From 3b9acb58334ec99eb71e502287ecefc9e3c09b7f Mon Sep 17 00:00:00 2001 From: Thth Date: Sun, 2 Jan 2022 01:32:14 -0800 Subject: [PATCH] fix logo url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deede4b..7aeeb99 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![](https://github.com/expede/witchcraft/raw/master/brand/Wordmark/PNG/WC-wordmark-lrg@2x.png) +![](https://github.com/expede/witchcraft/raw/main/brand/Wordmark/PNG/WC-wordmark-lrg@2x.png) `Witchcraft` is a library providing common algebraic and categorical abstractions to Elixir. Monoids, functors, monads, arrows, categories, and other dark magic right at your fingertips.