From 992f92a447429c1d0f2673cd0a797466a80e3272 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Wed, 14 Aug 2019 11:26:22 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a83658d..9644f7a 100644 --- a/README.md +++ b/README.md @@ -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") ```