diff --git a/README.md b/README.md index 49d0327..74d5dd5 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,13 @@ build with the Gemini API. The Gemini API gives you access to Gemini Gemini models are built from the ground up to be multimodal, so you can reason seamlessly across text, images, and code. -> [!CAUTION] **Using the Google AI SDK for JavaScript directly from a -> client-side app is recommended for prototyping only.** If you plan to enable -> billing, we strongly recommend that you call the Google AI Gemini API only -> server-side to keep your API key safe. You risk potentially exposing your API -> key to malicious actors if you embed your API key directly in your JavaScript -> app or fetch it remotely at runtime. +> [!CAUTION] +> **Using the Google AI SDK for JavaScript directly from a client-side app is +> recommended for prototyping only.** If you plan to enable billing, we strongly +> recommend that you call the Google AI Gemini API only server-side to keep your +> API key safe. You risk potentially exposing your API key to malicious actors +> if you embed your API key directly in your JavaScript app or fetch it remotely +> at runtime. ## Get started with the Gemini API