update readme

This commit is contained in:
Valentin Boettcher 2019-08-14 11:26:22 +02:00
parent 581d00ac7c
commit 992f92a447

View file

@ -9,7 +9,7 @@ transformed into lisp `functions` and `classes` to be used in the
1. Use the command line utility `generate-api.ros [output-file]
[api-url]` with both args optional.
2. Load the system in the repl and execute `(tg-scrape:scrape-to-disk)`.
```lisp
```common-lisp
(ql:quickload :cl-scrape-telegram-api)
(tg-scrape:scrape-to-disk :out-file "file.lisp")
```