From 341fe4d58d0ddb5c5342b1df64b2074ba3ecb399 Mon Sep 17 00:00:00 2001 From: Kunal Marwaha Date: Sat, 3 Aug 2019 20:32:53 -0700 Subject: [PATCH] typo: abreviation -> abbreviation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae1c0ed..4fdb0e2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Note: other than the parties listed in the 'Party' table, no other parties can b # Adding new parties 1. Open up the database with [DB Browser for SQLite](https://sqlitebrowser.org/) 2. Open the 'Party' table and make a new record -3. Fill in 'Party_ID' with a new, unique value. 'Name' should be the official party name. 'Short_Name' should be a 2 - 5 character abreviation of the party name in upper case (Eg. Conservative is shortened to CON). The three Colour coloumns should contains an RGB colour to represent that party. +3. Fill in 'Party_ID' with a new, unique value. 'Name' should be the official party name. 'Short_Name' should be a 2 - 5 character abbreviation of the party name in upper case (Eg. Conservative is shortened to CON). The three Colour coloumns should contains an RGB colour to represent that party. 4. Press 'Write Changes' # Known Issues