From 57e02099be0d417e56331c0cd55064a8bbd24156 Mon Sep 17 00:00:00 2001 From: "Baker, Jack" Date: Wed, 23 Mar 2022 09:15:37 +0000 Subject: [PATCH] Small typo in docs --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 614c741..bab0a43 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ pip install judgyprophet So to use `judgyprophet`, you have to compile the model. Do this in the shell using ``` -python -c "from judgyprophet import JudgyProphet; JudgyProphet().compile() +python -c "from judgyprophet import JudgyProphet; JudgyProphet().compile()" ``` or in python using diff --git a/docs/index.md b/docs/index.md index 43c8a59..0c55597 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,7 +31,7 @@ pip install judgyprophet So to use `judgyprophet`, you have to compile the model. Do this in the shell using ``` -python -c "from judgyprophet import JudgyProphet; JudgyProphet().compile() +python -c "from judgyprophet import JudgyProphet; JudgyProphet().compile()" ``` or in python using