diff --git a/README.md b/README.md index 8cb598f..e24e8f1 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,6 @@ pub enum ProcessState { --- The states and their transition triggers can be represented as follows: -![alt text](assets/statediagram.png) +![alt text](assets/state_diagram.png) --- -This lays out a rough process for decision making during daemon execution. We can easily define those states and their transitioning rules in code. \ No newline at end of file +This lays out a rough process for decision making during daemon execution. We can easily define those states and their transitioning rules in code. diff --git a/assets/state_diagram.png b/assets/state_diagram.png new file mode 100644 index 0000000..5c956d8 Binary files /dev/null and b/assets/state_diagram.png differ diff --git a/assets/statediagram.png b/assets/statediagram.png deleted file mode 100644 index 5215f06..0000000 Binary files a/assets/statediagram.png and /dev/null differ