From 401d44318f2802c27e1abdee5168cb49b9bdb1a1 Mon Sep 17 00:00:00 2001 From: Justin Meyer Date: Wed, 26 Jun 2024 11:06:44 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61ffe4a..e9ccab1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ optimizely-as-code `optimizely-as-code` avoids missmatches between Optimizely configuration and your deployed React code. It works by: 1. Having your React code define the features it supports. -2. Providing a script that can update Optimizely to match that definition. You configure the script to run on deployment. +2. Providing a script that updates Optimizely to match that definition. You configure the script to run on deployment. * [Configuring your project](#configuring-your-project)