From de05c6c5bd2b83d03115662fe8467579d16d5263 Mon Sep 17 00:00:00 2001 From: gmemstr Date: Thu, 21 Dec 2017 08:32:21 -0800 Subject: [PATCH] Fix typo in DeV interface --- assets/web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/web/README.md b/assets/web/README.md index 7fda603..c93116f 100644 --- a/assets/web/README.md +++ b/assets/web/README.md @@ -1,6 +1,6 @@ # What is this?! -This is the _development version_ (DE) of the web interface for Pogo. +This is the _development version_ (DeV) of the web interface for Pogo. It is not recommended you use this for your own deployment, and instead rely on the auto-setup feature of the binary. If you still insist manually deploying your own binary, please consider downloading the latest `webassets.zip` release from [gmemstr/pogo-vue](https://github.com/gmmestr/pogo-vue/releases/latest), which contains the production version of the Vue.js interface. The interface in this repository should be considered "canary" or "nightly", and for testing routes and features during development. Thanks!