소스 검색

small typo

Jonathan Kelley 2 일 전
부모
커밋
0dd0f05db0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -101,7 +101,7 @@ With one command, `dx serve` and your app is running. Edit your markup, styles,
   <!-- <video src="https://private-user-images.githubusercontent.com/10237910/386919031-6da371d5-3340-46da-84ff-628216851ba6.mov" width="500"></video> -->
 </div>
 
-## A pragmatic and productive fullstack web framework
+## Productive, typesafe, fullstack web framework
 
 Directly call your backend from your frontend with our built-in type-safe RPC using [`server_fn`](http://crates.io/crates/server_fn). Supports streaming, suspense, bundle splitting, websockets, and more.
 
@@ -126,7 +126,7 @@ async fn fetch_fortune() -> ServerFnResult<String> {
 
 ## First-party primitive components
 
-Get started quickly with a complete set of primitives modeled after ShadCN and Radix-Primitives.
+Get started quickly with a complete set of primitives modeled after shadcn/ui and Radix-Primitives.
 
 <div align="center">
   <img src="./notes/primitive-components.avif">