diff --git a/README.md b/README.md index fca78df..7895435 100644 --- a/README.md +++ b/README.md @@ -4,37 +4,36 @@ The Codex Mythica is a database of all of the cards released for the Mythic Wars ## Installing -+ Requires: [git](https://git-scm.com/), [Node](https://nodejs.org/), [Express](https://expressjs.com/), and (optionally) a static web server (we recommend [nginx](https://nginx.org/)). +- Requires: [git](https://git-scm.com/), [Node](https://nodejs.org/), [Express](https://expressjs.com/), and (optionally) a static web server (we recommend [nginx](https://nginx.org/)). -+ Clone from the git repo: +- Clone from the git repo: ```shell -git clone https://git.itsericwoodward.com/eric/codex-mythica.git mwg-codex +git clone https://git.itsericwoodward.com/eric/codex-mythica.git ``` -+ Go into the directory for the site: +- Go into the directory for the site: ```shell -cd mwg-codex +cd codex-mythica ``` -+ Install the required NPM libraries: +- Install the required NPM libraries: ```shell npm install ``` -+ Launch the production binary file: +- Launch the production binary file: ```shell ./bin/www-prod ``` -+ Share and enjoy! - +- Share and enjoy! ## License -The cards and images from the game are copyright (c) 2014-2018 Eric Woodward, all rights reserved. +The cards and images from the game are copyright (c) 2014-2024 Eric Woodward, all rights reserved. -The rest of the project is copyright (c) 2017-2018 Eric Woodward, released under the MIT license. +The rest of the project is copyright (c) 2017-2024 Eric Woodward, released under the MIT license. diff --git a/package.json b/package.json index 4af5ade..a851fef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@itsericwoodward/codex-mythica", - "version": "0.6.0", + "version": "0.6.1", "private": true, "scripts": { "start": "nodejs ./bin/www"