From aea49d426e85dc3eec4876f895468bc3d50c6a85 Mon Sep 17 00:00:00 2001 From: Siddharth Kshetrapal Date: Tue, 25 Oct 2016 21:48:57 +0530 Subject: [PATCH 1/2] Added sample app link to README --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index b0d55f4a..6d545443 100644 --- a/Readme.md +++ b/Readme.md @@ -30,6 +30,8 @@ So far, we get: - Server rendering and indexing of `./pages` - Static file serving. `./static/` is mapped to `/static/` +To see how simple this is, check out the [sample app - nextagram](https://github.com/zeit/nextgram) + ### Bundling (code splitting) Every `import` you declare gets bundled and served with each page From 8e7f9973b2b133f31f10aae0505ff14a2514734a Mon Sep 17 00:00:00 2001 From: Tony Kovanen Date: Tue, 25 Oct 2016 19:26:27 +0300 Subject: [PATCH 2/2] Fix minor typo in README --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 6d545443..8f71ee8d 100644 --- a/Readme.md +++ b/Readme.md @@ -30,7 +30,7 @@ So far, we get: - Server rendering and indexing of `./pages` - Static file serving. `./static/` is mapped to `/static/` -To see how simple this is, check out the [sample app - nextagram](https://github.com/zeit/nextgram) +To see how simple this is, check out the [sample app - nextgram](https://github.com/zeit/nextgram) ### Bundling (code splitting)