diff --git a/legacy/docs/quickstart.mdx b/legacy/docs/quickstart.mdx index b9118678..d45eb840 100644 --- a/legacy/docs/quickstart.mdx +++ b/legacy/docs/quickstart.mdx @@ -70,7 +70,7 @@ title: Quick Start - There is no functional difference between using `@agentic/stdlib` versus using the individual tool packages directly. The only difference is if you want to optimize your install size (when running on serverless functions, for instance). + There is no functional difference between using `@agentic/stdlib` versus using the individual tool packages directly. The only difference is if you want to optimize your install size. The default examples all use `@agentic/stdlib` for simplicity.