From 792b4e412cec19d09bdca0c601a117cfe8dd86ad Mon Sep 17 00:00:00 2001 From: Chinedu Francis Nwafili Date: Sat, 30 Mar 2019 08:49:33 -0400 Subject: [PATCH] Rename quickstart section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a137a9d5..455a5c02 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ For a full example of an isomorphic web app in Rust check out the [isomorphic ex The best way to get up to speed is by checking out [The Percy Book](https://chinedufn.github.io/percy/), but here are some very basic examples to get your feet wet with. -### Client Side Rendering +### Quickstart - Getting your feet wet You can create applications that only have server side rendering, client side rendering, or both!