From 9434851c54333a645c5473a561e971415869df59 Mon Sep 17 00:00:00 2001 From: Christopher Nethercott Date: Thu, 25 Feb 2021 14:16:22 +0000 Subject: [PATCH] Fixed typo of scripts --- docs/extending.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extending.rst b/docs/extending.rst index 860106258..287fb834f 100644 --- a/docs/extending.rst +++ b/docs/extending.rst @@ -25,7 +25,7 @@ This section describes the steps you need to take to start development on paperl * Python 3.6. * All dependencies listed in the :ref:`Bare metal route ` - * redis. You can either install redis or use the included scritps/start-services.sh + * redis. You can either install redis or use the included scripts/start-services.sh to use docker to fire up a redis instance (and some other services such as tika, gotenberg and a postgresql server).