From 67f1ba40cc3fcccbd5f0fb91b87552b48c9decc8 Mon Sep 17 00:00:00 2001 From: Fredrik Oseberg Date: Mon, 16 Aug 2021 12:24:29 +0200 Subject: [PATCH] fix: add enterprise casing --- websitev2/docs/user_guide/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websitev2/docs/user_guide/quickstart.md b/websitev2/docs/user_guide/quickstart.md index 28d0395454..574c9d9e11 100644 --- a/websitev2/docs/user_guide/quickstart.md +++ b/websitev2/docs/user_guide/quickstart.md @@ -9,7 +9,7 @@ In this section we will attempt to guide you in order to get started with Unleas Usually, you'll need to set up an Unleash instance in order to work with Unleash. However, for testing purposes we have set up a demo instance that you can use in order to test out different use-cases before setting up your own instance. You can find the demo instance admin panel here: https://app.unleash-hosted.com/demo/ -NOTE: This is a demo instance set up with the enterprise version. Some of the functionality may be enterprise specific, but everything we cover here is also available in open source. +NOTE: This is a demo instance set up with the Enterprise version. Some of the functionality may be enterprise specific, but everything we cover here is also available in open source. ### I want to test toggles in a client side environment