diff --git a/README.md b/README.md index 46f85ba..a2c88b6 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,19 @@ V3 has a entirely different approach from V1 and V2, that you can read about at the function in [`generator.py`](/scheduleGenerator/generator.py). The function is broken up into 6 steps, each step is labeled within the function with a comment, giving a brief explination of what that step contributes to the algorithm. + + +This is the output after running it with the following command +``` + $ ./tinker.py +``` + +!(preview)[/preview/generator-preview.png] + + +A more in depth error log can be read with the additional argument +``` + $ ./tinker.py errors +``` + +!(preview)[/preview/error-preview.png] \ No newline at end of file diff --git a/preview/error-preview.png b/preview/error-preview.png new file mode 100644 index 0000000..9659494 Binary files /dev/null and b/preview/error-preview.png differ diff --git a/preview/generator-preview.png b/preview/generator-preview.png new file mode 100644 index 0000000..d7eda60 Binary files /dev/null and b/preview/generator-preview.png differ