From 2f69c55bd6cde234ec34f84d2547dc065de4d160 Mon Sep 17 00:00:00 2001 From: bluesaxman Date: Wed, 20 May 2020 11:47:27 -0600 Subject: [PATCH] recorrection from deckcard to deckard as originally intended --- README.md | 6 +++--- index.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 418f323..3d8d882 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Deckcard +# Deckard # The deck shuffeling and card drawing program -Deckcard is a simple deck shuffeling and card drawing program, its designed to use deck definition files (written as a JSON object filled with only named arrays. +Deckard is a simple deck shuffeling and card drawing program, its designed to use deck definition files (written as a JSON object filled with only named arrays. Its also named after Deckard from *do androids dream of electric sheep* by Isacc Asimov. An example of a deck definition file: @@ -17,4 +17,4 @@ Using this you can make all kinds of decks. Things not yet supported: * Unique cards * Multipul card classes - * Mixing decks \ No newline at end of file + * Mixing decks diff --git a/index.html b/index.html index ac7b30d..7cb1054 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - Deckcard + Deckard