From 199283e9c03ee00a19c005d3747c6d76ae2bfe5c Mon Sep 17 00:00:00 2001 From: John Leung Date: Wed, 22 Sep 2021 22:29:42 -0700 Subject: [PATCH] "Read the Doc" should point to the doc The logo and other links are already pointing to blitzjs.com, so the doc should point directly to the doc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d8dda8e0d..347a0a4cf0 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@

The Fullstack React Framework

"Zero-API" Data Layer — Built on Next.js — Inspired by Ruby on Rails
-

Read the Documentation

+

Read the Documentation


“Zero-API” data layer **lets you import server code directly into your React components** instead of having to manually add API endpoints and do client-side fetching and caching.