summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 6b7aefd..0a7eabd 100644
--- a/README.md
+++ b/README.md
@@ -18,12 +18,12 @@ The fifth line prints buttons and axis but only dpad and joystick data along wit
The output is a printed in a comma seperated columns of data corresponding to the choices given in the arguments run with the command.
-![How to download and install the program](./images/devout_download_and_install.png)
-![Show what devices are available to use and get event info](./images/program_with_no_arguments.png)
-![Show what devices are available to use and get event info](./images/output_no_arguments.png)
-![Program command for printing a single event](./images/command_for_single_event.png)
-![Program output for printing a single event](./images/output_for_single_event.png)
-![Program command for printing multiple events](./images/command_for_multiple_arguments.png)
-![Program output for printing multiple events](./images/output_for_multiple_arguments.png)
-![Program command with a students code](./images/command_with_students_code.png)
-![Program output with a students example code](./images/output_for_students_example.png)
+![installing](./images/installing_devout_sdl.png)
+![building](./images/building_devout_sdl.png)
+![no args, no controller](./images/running_devout_sdl_no_args_no_controller.png)
+![no args, no controller, output](./images/devout_sdl_no_args_no_controller_output.png)
+![no args, with controller](./images/devout_sdl_output_no_args_with_controller.png)
+![command for time and buttons](./images/devout_sdl_command_for_buttons_and_time.png)
+![output for time and buttons](./images/devout_sdl_arg_1_output.png)
+![output for 3 1 4 args](./images/devout_sdl_output_3_1_4.png)
+![output for -3 1 4 args](./images/devout_sdl_output_negative_3_1_4.png)