From d7adf955b515892149ad3c17e6d44df3f662b151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Roche?= Date: Mon, 8 Jul 2024 14:20:39 +0200 Subject: [PATCH] Update README.md --- docs/gsap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gsap/README.md b/docs/gsap/README.md index 15a5ac2..c5fa270 100644 --- a/docs/gsap/README.md +++ b/docs/gsap/README.md @@ -12,7 +12,7 @@ To setup GSAP in your project, you can import it like with the `` componen ## Business -[GSAP Business](https://gsap.com/pricing/) is a paid version of GSAP that includes extra plugins. To install it, you'll need an auth token from GSAP. Satūs provides you way to install it easily so it works on both server and development environment while keeping your token safe. +[GSAP Business](https://gsap.com/pricing/) is a paid version of GSAP that includes extra plugins. To install it, you'll need an auth token from GSAP. Satūs provides you way to install it easily so it works on both production and development environment while keeping your token safe. You need to add your GSAP token to your `.env` file: `GSAP_AUTH_TOKEN=your-gsap-auth-token`