From ffa7abc050b22b068ed16680de3b96ef26211651 Mon Sep 17 00:00:00 2001 From: Alexander Baranov <677093+sashabaranov@users.noreply.github.com> Date: Wed, 21 Jun 2023 18:54:10 +0400 Subject: [PATCH] Update README.md (#399) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f166dc31..522a85e78 100644 --- a/README.md +++ b/README.md @@ -554,4 +554,4 @@ These tests send real network traffic to the OpenAI API and may reach rate limit OPENAI_TOKEN=XXX go test -v -tags=integration ./api_integration_test.go ``` -If `OPENAI_TOKEN` environment variables are not available, integration tests will be skipped. +If the `OPENAI_TOKEN` environment variable is not available, integration tests will be skipped.