Skip to content

Commit

Permalink
Fix inconsistencies in README
Browse files Browse the repository at this point in the history
  • Loading branch information
suushiemaniac committed Jun 4, 2017
1 parent fd13d7e commit eabb69b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SantaScramble
A graphical user interface (GUI) for the `filter` module of my
[BldSuite](https://github.com/suushiemaniac/BLDSuite).
[BLDSuite](https://github.com/suushiemaniac/BLDSuite).
Requires Java 8u41 or later.

## Usage
Expand Down Expand Up @@ -34,16 +34,16 @@ The file looks something like this:
"buffer": {
"C": 0,
"E": 20,
"T": 20,
"W": 20,
"X": 0
"TCe": 20,
"Wi": 20,
"XCe": 0
},
"lettering": {
"C": "ABCDEFGHIJKLMNOPQRSTUVWX",
"E": "ABCDEFGHIJKLMNOPQRSTUVWX",
"T": "ABCDEFGHIJKLMNOPQRSTUVWX",
"W": "ABCDEFGHIJKLMNOPQRSTUVWX",
"X": "ABCDEFGHIJKLMNOPQRSTUVWX"
"TCe": "ABCDEFGHIJKLMNOPQRSTUVWX",
"Wi": "ABCDEFGHIJKLMNOPQRSTUVWX",
"XCe": "ABCDEFGHIJKLMNOPQRSTUVWX"
},
"orientation": {
"front": 2,
Expand Down

0 comments on commit eabb69b

Please sign in to comment.