From 2d6a8fbe66cb4321e45580de72d2d724a78b4848 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Wed, 14 Aug 2019 13:10:17 -0500 Subject: [PATCH] Docs: Fix punctuation --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 1d6622d..dd7b76e 100644 --- a/README.org +++ b/README.org @@ -91,7 +91,7 @@ More examples are available in [[examples.org]]. The package may be installed directly from [[https://melpa.org/#/org-ql][MELPA]] or with other tools like [[https://framagit.org/steckerhalter/quelpa][Quelpa]]. -After installation. you can use commands like ~org-ql-search~ immediately. +After installation, you can use commands like ~org-ql-search~ immediately. To use the functions and macros in your own Elisp code, load the libraries ~org-ql~ and/or ~org-ql-agenda~ with e.g. ~(require 'org-ql)~.