From 06e5c0b41fd691997154b8f85ecc32e04b18d777 Mon Sep 17 00:00:00 2001
From: psychobunny <rodrigues.andrew@gmail.com>
Date: Thu, 29 Sep 2016 16:47:28 -0400
Subject: [PATCH] update readme

---
 README.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a180ddf..d990682 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
 # Quickstart Theme for NodeBB
 
-This repository contains all of the preparatory work for a theme based off of the [Persona theme](https://github.com/NodeBB/nodebb-theme-persona). If you'd like to base your theme off [Lavender](https://github.com/NodeBB/nodebb-theme-lavender) or [Vanilla](https://github.com/NodeBB/nodebb-theme-vanilla) instead, switch to the appropriate branch.
+This repository contains all of the preparatory work for a theme based off of the [Persona theme](https://github.com/NodeBB/nodebb-theme-persona). If you'd like to base your theme off another supported theme instead, switch to the appropriate branch:
+
+* [Lavender](https://github.com/NodeBB/nodebb-theme-lavender)
+* [Vanilla](https://github.com/NodeBB/nodebb-theme-vanilla)
+* [Material](https://github.com/pichalite/nodebb-theme-material)
 
 Fork it to create your own theme based off of it!
 
@@ -34,4 +38,8 @@ Also, add a screenshot! Take a picture of your theme, and save it as "screenshot
 
 ``` json
 "screenshot": "screenshot.png"
-```
\ No newline at end of file
+```
+
+### Credits
+
+Material theme by [pichalite](https://github.com/pichalite).
\ No newline at end of file