diff --git a/images/sample.png b/images/sample.png new file mode 100644 index 0000000..6b59e5d Binary files /dev/null and b/images/sample.png differ diff --git a/readme.md b/readme.md index 4999e23..9786bba 100644 --- a/readme.md +++ b/readme.md @@ -36,7 +36,7 @@ To create your first Avro schema, right click in project explorer and select "Ne The Avro schema editor is divided in two parts, a left one displaying the schema in a tree viewer, and a right one displaying the attributes of the current selected element in the tree. -![](https://github.com/Talend/avro-schema-editor/raw/master/images/sample_1.png) +![](https://github.com/Talend/avro-schema-editor/raw/master/images/sample.png) We use specific icons in order to distinguish the different types of element (e.g. orange icon for a record, green icon for enumeration, dark blue icon for fields, light blue for opional fields, and so on).