From 0b2efc2adc8c5e01c1a4ef3a5ec6c9f5bac684be Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 20 Jan 2024 14:00:29 +0900 Subject: [PATCH] Update README.md (#58) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bceec868b..9292e04a1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The core features of SGLang include: ## Contents - [Install](#install) - [Quick Start](#quick-start) -- [Frontend: Structured Generation Langauge (SGLang)](#frontend-structured-generation-langauge-sglang) +- [Frontend: Structured Generation Language (SGLang)](#frontend-structured-generation-language-sglang) - [Backend: SGLang Runtime (SRT)](#backend-sglang-runtime-srt) - [Benchmark And Performance](#benchmark-and-performance) - [Roadmap](#roadmap) @@ -104,7 +104,7 @@ for m in state.messages(): Anthropic and VertexAI (Gemini) models are also supported. You can find more examples at [examples/quick_start](examples/quick_start). -## Frontend: Structured Generation Langauge (SGLang) +## Frontend: Structured Generation Language (SGLang) To begin with, import sglang. ```python