diff --git a/README.md b/README.md index 06e385e..e9063fe 100644 --- a/README.md +++ b/README.md @@ -32,5 +32,10 @@ This is a bug in the headers which causes ORCA/C to generate the wrong output. file types. 4. Execute "dmake" -When done, you will have two binaries. The abCalc binary is a shell command you can use from GNO/ME. And abCalcNDA -is a new desk accessory which you can use from within GS/OS applications. +When done, you will have two binaries. The abCalc binary is a shell command you can use from GNO/ME: + +![abCalc Shell Screenshot](/screenshots/abCalc.png "abCalc Shell Screenshot") + +And abCalcNDA is a new desk accessory which you can use from within GS/OS applications: + +![abCalc NDA Screenshot](/screenshots/abCalcNDA.png "abCalc NDA Screenshot") diff --git a/screenshots/abCalc.png b/screenshots/abCalc.png new file mode 100644 index 0000000..5d8b548 Binary files /dev/null and b/screenshots/abCalc.png differ diff --git a/screenshots/abCalcNDA.png b/screenshots/abCalcNDA.png new file mode 100644 index 0000000..b8c7ac7 Binary files /dev/null and b/screenshots/abCalcNDA.png differ