From 0a6bea4cb1ba6ee1f9bc39ed3d0a42c04fc8d713 Mon Sep 17 00:00:00 2001 From: rofi Date: Wed, 6 Dec 2023 08:49:34 -0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f85d92e..5e489f4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Currently React Native fetch API does not support streaming which is used as a d On mobile you get back responses without streaming with the same API of `useChat` and `useCompletion` and on web it will fallback to `ai/react` -> ▶️ Play around using the example app which includes a functioning app that includes a `next-app` app inside of it with a `/chat` route endpoint for you test the package right away. +> ▶️ Play around using the example app which includes a functioning app that comes with a `next-app` app inside of it with a `/chat` route endpoint for you test the package right away. ## Installation