From 5928f5f86c4493ddb6b89bce0b7d0fb73a884c09 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 7 Oct 2017 23:19:23 -0400 Subject: remove readme header image --- docs/README.md | 3 --- docs/imgs/SMAPI.png | Bin 252371 -> 0 bytes 2 files changed, 3 deletions(-) delete mode 100644 docs/imgs/SMAPI.png (limited to 'docs') diff --git a/docs/README.md b/docs/README.md index 2adf2bf0..92a39dbe 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,3 @@ -![](docs/imgs/SMAPI.png) - -## What is SMAPI? **SMAPI** is an [open-source](LICENSE.md) modding API for [Stardew Valley](http://stardewvalley.net/) that lets you play the game with mods. It's safely installed alongside the game's executable, and doesn't change any of your game files. It serves six main purposes: diff --git a/docs/imgs/SMAPI.png b/docs/imgs/SMAPI.png deleted file mode 100644 index 50f375b6..00000000 Binary files a/docs/imgs/SMAPI.png and /dev/null differ -- cgit