From a2897862f080beb343d74a2d3c6a73bddfed0ef3 Mon Sep 17 00:00:00 2001 From: TLingC Date: Wed, 11 Dec 2019 20:54:23 +0800 Subject: [PATCH] Bump for stable version --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 946b0c4..ffd5a2d 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,12 @@ [Documentation](https://hcgcloud.github.io/pterodactyl-sdk-docs) -## Important -**As we are upgrading it to support version 0.7.x, some APIs are still not integrated, and we can't guarantee that there are no bugs. Unless you already know the possible consequences, don't use it in production.** - ## Quick start To install the SDK in your project you need to require the package via [composer](http://getcomposer.org): ```bash -composer require hcgcloud/pterodactyl-sdk:dev-master +composer require hcgcloud/pterodactyl-sdk ``` Then use Composer's autoload unless you are using a framework that support composer autoload: