From 19f13317f18c41a19b1ced3a28af85cb32e5ecf1 Mon Sep 17 00:00:00 2001 From: joshuaGlass808 Date: Wed, 10 Jun 2020 00:26:49 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 14ef05c..8475611 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ ![Build](https://github.com/joshuaGlass808/simple-command-framework/workflows/Build/badge.svg) +[![Latest Stable Version](https://poser.pugx.org/scf/simple-command-framework/v)](//packagist.org/packages/scf/simple-command-framework) +[![License](https://poser.pugx.org/scf/simple-command-framework/license)](//packagist.org/packages/scf/simple-command-framework) +[![Total Downloads](https://poser.pugx.org/scf/simple-command-framework/downloads)](//packagist.org/packages/scf/simple-command-framework) # Simple Command Framework scf is a simple, small, lightweight command framework. It comes with a command to help boilerplate the creation of more commands.