diff --git a/Documentation/Images/ListView.png b/Documentation/Images/ListView.png new file mode 100644 index 0000000..427aa92 Binary files /dev/null and b/Documentation/Images/ListView.png differ diff --git a/Documentation/Images/Widgets.png b/Documentation/Images/Widgets.png new file mode 100644 index 0000000..04ed388 Binary files /dev/null and b/Documentation/Images/Widgets.png differ diff --git a/readme.rst b/readme.rst index ada3a07..f8430c1 100644 --- a/readme.rst +++ b/readme.rst @@ -57,3 +57,14 @@ Todos #. Add operating System #. Another Symfony Expression which returns the OS ("Ubuntu", "Macintosh", "Android", "iPhone", "Windows") + +Example +======= + +The following widgets are added and could look like: + +.. image:: Documentation/Images/Widgets.png + +A new record is added which looks like: + +.. image:: Documentation/Images/ListView.png