docs: fix grammar issue

This commit is contained in:
Alex Yang
2025-04-15 08:20:57 -07:00
parent b57dc2f4a0
commit 2026212b6f
4 changed files with 30 additions and 30 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@llama-flow/docs": patch
---
fix: grammar issue
-30
View File
@@ -1,30 +0,0 @@
---
title: What is LlamaFlow
description: LlamaFlow 🌊 is a simple, lightweight workflow engine, in TypeScript.
---
import { Tab, Tabs } from "fumadocs-ui/components/tabs";
LlamaFlow is a simple, lightweight workflow engine, in TypeScript.
It is designed to be easy to use and integrate with your existing applications.
## Features
- Minimal core API (<=2kb)
- 100% Type safe
- Event-driven, stream oriented programming
## Installation
<Tabs groupId="install" items={["npm", "yarn", "pnpm"]} persist>
```shell tab="npm"
npm install @llama-flow/core
```
```shell tab="yarn"
yarn add @llama-flow/core
```
```shell tab="pnpm"
pnpm add @llama-flow/core
```
</Tabs>
+19
View File
@@ -0,0 +1,19 @@
---
title: What is LlamaFlow
description: 🌊 is a simple, lightweight workflow engine, in TypeScript.
---
LlamaFlow is a simple, lightweight workflow engine, in TypeScript.
It is designed to be easy to use and integrate with your existing applications.
## Features
- Minimal core API (&le;2kb)
- 100% Type safe
- Event-driven, stream oriented programming
## Installation
```package-install
npm i @llama-flow/core
```
+6
View File
@@ -0,0 +1,6 @@
{
"title": "LlamaFlow",
"description": "Simple, lightweight workflow engine",
"root": true,
"pages": ["---Guide---", "index", "..."]
}