From cf1fd6682603341ed6c22979440c36ca80acfd41 Mon Sep 17 00:00:00 2001 From: Tristan Date: Sat, 19 Feb 2022 10:35:25 -0500 Subject: [PATCH] Add unstable flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01cba8d..b8a2004 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ An example extension for Minestom based off of Sabre/kotlin libs. If you're trying to quickly rebrand an ExampleExtension, first, install [deno](https://deno.land) ```bash -deno run --allow-read --allow-write brand.ts +deno run --allow-read --unstable --allow-write brand.ts ``` ## Installation