From 239ff3bfb2ae3885dc6c4f3540f586fe31385571 Mon Sep 17 00:00:00 2001 From: Matthew Hutchinson Date: Sun, 28 Feb 2021 22:05:22 +0000 Subject: [PATCH] fix README assets URLs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d06d3f..d03e90d 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ By default your lolcommit will look something like this (maybe without the horse): ![horse -commit](https://github.com/lolcommits/lolcommits-loltext/raw/master/assets/images/horse.jpg) +commit](https://github.com/lolcommits/lolcommits-loltext/blob/main/assets/images/horse.jpg) You can easily change the plugin options to achieve something like this: ![hipster -commit](https://github.com/lolcommits/lolcommits-loltext/raw/master/assets/images/hipster.jpg) +commit](https://github.com/lolcommits/lolcommits-loltext/blob/main/assets/images/hipster.jpg) See [below](https://github.com/lolcommits/lolcommits-loltext#configuration) for more information on the options available.