diff --git a/README.md b/README.md index b36ef19..2f49ffa 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ VATSIM PHP Scheduler, using VATSIM GERMANY API. It is recommended to set up a separate PHP file for each overview you would like to create. Alternatively one file can be created that outputs images to files using a cronjob. If multiple overviews use the same stations, optional stations or wanted stations, a central config file might be useful. +![Example](example.jpg) + A new Overview is created by making a new instance of the Schedule class: ```php diff --git a/example.jpg b/example.jpg new file mode 100644 index 0000000..a1b459d Binary files /dev/null and b/example.jpg differ