diff --git a/docs/client/concepts/parameter-stores.mdx b/docs/client/concepts/parameter-stores.mdx index 3fe92f6aa..700a2f804 100644 --- a/docs/client/concepts/parameter-stores.mdx +++ b/docs/client/concepts/parameter-stores.mdx @@ -23,6 +23,12 @@ When the time comes to run an experiment, we can point these variables directly +Now, you've begun an experiment on your tagline, without ever making a code change. You continue to access the parameter in-code like this: + +```javascript +const homepageStore = StatsigClient.getParameterStore("www_homepage"); +const tagline = homepageStore.get("tagline", ); +``` ## **How to Use Parameter Stores**