diff --git a/.gitignore b/.gitignore index 96ef6c0..16d5636 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target Cargo.lock +.DS_Store diff --git a/README.md b/README.md index 7923dd1..c9f3f22 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,16 @@ Click **Copy all** to copy all generated codes to your clipboard. See the [core library](https://github.com/Sunyata-OU/EU-Test-Data-Generator) for the full list. +## Screenshots + +### IBAN tab + +![IBAN generation](assets/successful-run-mac.png) + +### Personal ID tab + +![Personal ID generation](assets/personal-id-run.png) + ## License MIT diff --git a/assets/personal-id-run.png b/assets/personal-id-run.png new file mode 100644 index 0000000..6b2d188 Binary files /dev/null and b/assets/personal-id-run.png differ diff --git a/assets/successful-run-mac.png b/assets/successful-run-mac.png new file mode 100644 index 0000000..eb141fa Binary files /dev/null and b/assets/successful-run-mac.png differ