aboutsummaryrefslogtreecommitdiff
path: root/doc/introduction.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-20 12:39:58 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-20 12:42:18 -0700
commitd39ccc1403762b19b9966493342867b115294a2e (patch)
tree44e583ad3400a450f3a58e28516e9ae098d16e6c /doc/introduction.rst
parentfac6720737e25688760621dfc0e1e5d483ef2f1f (diff)
downloadconsfigurator-d39ccc1403762b19b9966493342867b115294a2e.tar.gz
add and use :CONSFIGURATOR named readtable
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/introduction.rst')
-rw-r--r--doc/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/introduction.rst b/doc/introduction.rst
index 5de0185..6931ac9 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -35,7 +35,7 @@ Try it out / quick start
(in-package :com.example.consfig)
(in-consfig "com.example.consfig")
- (named-readtables:in-readtable :interpol-syntax)
+ (named-readtables:in-readtable :consfigurator)
(try-register-data-source
:pgp :location #P"/path/to/com.example.consfig.gpg")