summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoruntir_l <87096069+untir-l@users.noreply.github.com>2022-02-18 10:53:35 +0000
committeruntir-l <87096069+untir-l@users.noreply.github.com>2022-02-25 09:56:49 +0000
commitbc38b4de9a014e96122b15d8330d5c8da2ad4d71 (patch)
tree9481232705a609d2557f2a53fd911884621bcbb8 /README.md
parent7bfdc9e2e8e27bfcfb42dba4833c4afc92b368d9 (diff)
downloadhitomezashi-bc38b4de9a014e96122b15d8330d5c8da2ad4d71.tar
hitomezashi-bc38b4de9a014e96122b15d8330d5c8da2ad4d71.tar.gz
hitomezashi-bc38b4de9a014e96122b15d8330d5c8da2ad4d71.zip
Use clang-format
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6d5f201..5cd9c2c 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,9 @@ Library and CLI app to generate hitomezashi patterns like the following:
Inspired by [Numberphile's video](https://www.youtube.com/watch?v=JbfhzlMk2eY) on hitomezashi stitch patterns.
-Written in C11 with SDL2. Licensed under GPLv2 (see `LICENSE` file for full text).
+Written in C11 with SDL2. Code style: whatever clang-format outputs.
-This project's source code is copyright © 2022-present Arjun Satarkar and potentially other future contributors.
+Licensed under GPLv2 (see `LICENSE` file for full text). This project's source code is copyright © 2022-present Arjun Satarkar and potentially other future contributors.
## Usage
@@ -16,7 +16,7 @@ This project's source code is copyright © 2022-present Arjun Satarkar and poten
`hitomezashi_cli.c` and corresponding header file are the CLI app. `make` will build it; run `./hitomezashi_cli -h` for help.
-Output of the CLI app is a BMP image; you can convert it to something nicer like a PNG with ffmpeg or similar.
+Output of the CLI app is a BMP image; you can convert it to something nicer like a PNG with FFmpeg or similar.
Additionally, the output is black and white - you can replace these colours using your tool of choice if desired.