diff --git a/README.md b/README.md index 698783d..179ef88 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ # cl-bible -### _Your Name _ - -This is a project to do ... something. - -## License - -Specify license here - +## Screenshots +![Screenshot](screenshot.png) diff --git a/clog.lisp b/clog.lisp index 9c74218..f97eab3 100644 --- a/clog.lisp +++ b/clog.lisp @@ -11,7 +11,7 @@ :content (str:join ", " result))))) (defun ergebnis/se (n) - (format nil "~A Ergebnis~A" n (if (= n 1) "" "se" ))) + (format nil "~A Ergebnis~A" n (if (= n 1) "" "se"))) (defun search-in-bible (phrase canvas) (let* ((win (window-content (create-gui-window canvas :title phrase diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..1d40b5f Binary files /dev/null and b/screenshot.png differ