From 1268726a9af7ac4cd43abe14fa2893c6165bf1c5 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 5 Aug 2017 20:23:01 -0400 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f3a5b8..cebd5bd 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ cd svelte-app npm install ``` -...then start Rollup: +...then start [Rollup](https://rollupjs.org): ```bash npm run dev @@ -63,4 +63,4 @@ Then, from within your project folder: ```bash npm run build surge public -```# template +```