From 5fbe299dfa3eb3f0b7617418025b8ae16067832b Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Wed, 31 Jul 2024 17:51:52 -0400 Subject: [PATCH] Fix caution callout in README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2704c01..89565e6 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ 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] **The Google AI SDK for Swift is recommended for prototyping -> only.** If you plan to enable billing, we strongly recommend that you use a -> backend SDK to access the Google AI Gemini API. You risk potentially exposing -> your API key to malicious actors if you embed your API key directly in your -> Swift app or fetch it remotely at runtime. +> [!CAUTION] +> **The Google AI SDK for Swift is recommended for prototyping only.** If you +> plan to enable billing, we strongly recommend that you use a backend SDK to +> access the Google AI Gemini API. You risk potentially exposing your API key to +> malicious actors if you embed your API key directly in your Swift app or fetch +> it remotely at runtime. ## Get started with the Gemini API