diff --git a/README.md b/README.md index 09af3ce..c12ede0 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Use `` for JavaScript control flow: ### Streaming Content -Use `echo()` function for streaming content. Accepts: strings, functions, Promises, Response objects, or ReadableStreams: +Use the `echo()` function for streaming content. Accepts: strings, functions, Promises, Response objects, or ReadableStreams: **Examples:** @@ -134,7 +134,7 @@ Use `echo()` function for streaming content. Accepts: strings, functions, Promis echo("Welcome to our site!"); - +