diff --git a/README.md b/README.md index 421e4cf..bed16db 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Entity-Relation Mapping Editor A simple UI for editing entity-relation mapping diagrams. - +![window screenshot](https://raw.githubusercontent.com/andrewlalis/EntityRelationMappingEditor/main/design/main_interface.PNG) ## How to Use The interface and menus should be pretty self-explanatory, but here are some tips to get you started: @@ -10,3 +10,8 @@ The interface and menus should be pretty self-explanatory, but here are some tip * Drag the relations to move them around in the window. * Right-click on different areas to access context menus with some helpful actions. * When exporting the model to an image, be sure to add the desired image file extension (`.png`, `.jpg`, `.bmp`, etc.), or the application will default to `.png`. + +## Sample Exported Image +Here's a sample of an exported diagram. + +![sample diagram export](https://raw.githubusercontent.com/andrewlalis/EntityRelationMappingEditor/main/design/sample_export.png) diff --git a/design/sample_export.png b/design/sample_export.png new file mode 100644 index 0000000..96e323f Binary files /dev/null and b/design/sample_export.png differ