logo

Grimgrains

[mirror] Plant-based cooking website <https://grimgrains.com/>
commit: d334549e9f42fbf5e4023629f05bf507fcf440b3
parent 9641545895660e69a103ca8d44ca05175cd1db1d
Author: Rekka Bell <rekkabell@gmail.com>
Date:   Sat, 20 Mar 2021 10:08:59 -0700

Update README.md

Diffstat:

MREADME.md6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -13,4 +13,7 @@ This repository is the sources for the Grimgrains website. The website is writte #define CHILD_INGREDIENT(PARENT_NAME, ING_NAME, ING_DESC) Ingredient ING_NAME = create_child_ingredient(&PARENT_NAME, #ING_NAME, ING_DESC);//Ingredient beans = create_ingredient("beans", "Missing description."); INGREDIENT(beans, "MissingDescription"); CHILD_INGREDIENT(beans, coffee, "Coffee is life"); -```- \ No newline at end of file +``` +# Licenses + +This website's source code is licensed under **MIT** and the **images, text and assets** are licensed under [BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). View individual licenses for details.