From c1d782ee167a8220ad05fb722641c5cb6d754c6f Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Mon, 1 Apr 2024 03:54:22 +0200 Subject: [PATCH] remove logo from README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 35d9083..3d97138 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ An official Battlesnake template written in Python. Get started at [play.battles This project is a great starting point for anyone wanting to program their first Battlesnake in Python. It can be run locally or easily deployed to a cloud provider of your choosing. See the [Battlesnake API Docs](https://docs.battlesnake.com/api) for more detail. -[![Run on Replit](https://repl.it/badge/github/BattlesnakeOfficial/starter-snake-python)](https://replit.com/@Battlesnake/starter-snake-python) - ## Technologies Used This project uses [Python 3](https://www.python.org/) and [Flask](https://flask.palletsprojects.com/). It also comes with an optional [Dockerfile](https://docs.docker.com/engine/reference/builder/) to help with deployment.