From 53e9b52e0a6803534bf3055db13719c1422801fa Mon Sep 17 00:00:00 2001 From: ndyer Date: Tue, 20 Dec 2022 09:10:04 -0500 Subject: [PATCH] updated README.md to include license tag --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c5da17..2ebeaf1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # PyPong +[![License: GNU GPL v3.0](https://img.shields.io/badge/license-GNU%20GPL%20v3.0-blue)](LICENSE) A game of pong made in PyGame, designed to be used over a network connection. \ No newline at end of file