Added screenshot to README.md.

This commit is contained in:
Silas Vedder 2022-05-06 08:32:36 +02:00
parent e252462f60
commit feee4bc131
3 changed files with 3 additions and 9 deletions

View File

@ -1,9 +1,3 @@
# cl-bible
### _Your Name <your.name@example.com>_
This is a project to do ... something.
## License
Specify license here
## Screenshots
![Screenshot](screenshot.png)

View File

@ -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

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB