From a6df55253793f5fa5189afc00edad4a22209c15e Mon Sep 17 00:00:00 2001 From: Ludwig Schubert Date: Fri, 30 Mar 2018 11:09:31 -0700 Subject: [PATCH] Generalize disclaimer --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b7c93ad..4c7c185 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Distill Template -_Disclaimer: This project is research code. It is not an official Google product._ - -This is the repository for the distill web framework. +This is the repository for the Distill web framework. ## Contributing @@ -16,7 +14,9 @@ To contribute a change, [check out the contributing guide](CONTRIBUTING.md). Run `npm run start` to start a watching build rollup server. To view the sample pages in the repo, you can run `npm run serve` as a separate process which starts a static server. `npm run build` will run a one-time build. -## License +## Disclaimer & License + +_This project is research code. It is not an official product of Google or any other institution supporting Distill._ Copyright 2018, The Distill Template Authors.