From 638747bd3dd29ea97b0812f45a2bd67d757996d5 Mon Sep 17 00:00:00 2001 From: Albert Portnoy Date: Mon, 9 Jan 2023 22:28:24 -0600 Subject: [PATCH] await >>> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cafa605..57430f2 100644 --- a/README.md +++ b/README.md @@ -67,5 +67,5 @@ Replugged. Check the [theme folder](https://github.com/replugged-org/replugged#installing-plugins-and-themes) for your OS and make sure the theme is there. If not, make sure you have built the theme and that the `NO_INSTALL` environment variable is not set. -You can run `replugged.themes.list().then(console.log)` in the console to see a list of themes in +You can run `await replugged.themes.list()` in the console to see a list of themes in the theme folder.