From c31710133263bdbb16294ca1ed5a5e75cd88109a Mon Sep 17 00:00:00 2001 From: James Long Date: Wed, 21 Nov 2012 15:27:43 -0500 Subject: [PATCH] update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b310722..c9f169e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ The is a minimal template that has a little HTML, CSS, and js to help you start writing an Open Web App. +This is part of the [mortar](https://github.com/mozilla/mortar/) +template collection for building Open Web Apps. + # Usage There are a few ways to get this template: @@ -15,4 +18,4 @@ If you have node installed, you can run a development server with volo: * cd myapp * volo serve -View the list/detail app at http://localhost:8008/. +View the app at http://localhost:8008/.