From 60092f404c4fb6ade318ff034305b2c70183e27a Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Sat, 4 Jun 2016 17:51:30 -0400 Subject: [PATCH] Switching over project to just be the homebrewery --- README.md | 8 ++++---- package.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 24f7324e7..a71890fb7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# NaturalCrit -A tool suite for DMs to use for D&D. Check it out [here](http://www.naturalcrit.com). +# The Homebrewery +Create authentic looking D&D homebrews using only markdown. Check it out [here](http://homebrewery.naturalcrit.com). ### Getting started @@ -25,9 +25,9 @@ You can use [Docker](https://docs.docker.com) to get up and running with Natural 1. Build the docker image `docker build -t naturalcrit .` 1. Run the docker container `docker run -dit -p 8000:8000 naturalcrit` 1. You can check out the website on your computer on port 8000 - 1. You may have to use `docker-machine env` to get the IP address of your docker instance + 1. You may have to use `docker-machine env` to get the IP address of your docker instance ### changelog -You can check out the changelog [here](https://github.com/stolksdorf/NaturalCrit/blob/master/changelog.md) +You can check out the changelog [here](https://github.com/stolksdorf/homebrewery/blob/master/changelog.md) diff --git a/package.json b/package.json index 1ff3da990..686405621 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "naturalcrit", - "description": "D&D Tools for the discerning DM", - "version": "2.1.1", + "name": "homebrewery", + "description": "Create authentic looking D&D homebrews using only markdown", + "version": "2.2.0", "scripts": { "postinstall": "gulp prod", "start": "node server.js"