From ccc4e114c7b0a7aec615f56433c96b20b9c805fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haylee=20Sch=C3=A4fer?= Date: Wed, 2 Aug 2017 13:57:22 +0200 Subject: [PATCH] Fix README links Fixed the readme links to properly display just the title, and not the raw markdown --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cef42d1..4a1a9a6 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ logo -[Crafatar](https://crafatar.com) serves Minecraft avatars based on the skin for use in external applications. -Inspired by [Gravatar](https://gravatar.com) (hence the name) and [Minotar](https://minotar.net). +Crafatar serves Minecraft avatars based on the skin for use in external applications. +Inspired by Gravatar (hence the name) and Minotar. Image manipulation is done by [lwip](https://github.com/EyalAr/lwip). 3D renders are created with [node-canvas](https://github.com/Automattic/node-canvas) / [cairo](http://cairographics.org/). @@ -52,4 +52,4 @@ env VERBOSE_TEST=true npm test It can be helpful to monitor redis commands to debug caching errors: ```shell redis-cli monitor -``` \ No newline at end of file +```