diff --git a/README.md b/README.md index 3f86c07..e1b4eb7 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,14 @@ $ ./sargraph.py example plot plot.ascii ``` The command requires the `example.txt` log file to be present in the working directory. +## Supported formats + +Plots can be saved in: + +* `png` format +* `svg` format +* `ascii` format - plot is rendered to text file that can be displayed in terminal + ## Stopping a session Stop a session and create a final `plot.png` plot file if no other plot was created so far: ```