From 104fa22885f547c9eb3beeb45cc9a9291a5dd00a Mon Sep 17 00:00:00 2001 From: David Crossey Date: Sun, 11 Jul 2021 12:56:37 +1000 Subject: [PATCH] Update README.md - Updated namespace .ml to .automl - Updated load command (standardise with .nlp and .ml installation pages) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a13c70..ccd36e0 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,9 @@ The NLP functionality contained within AutoML requires the [Kx NLP library](http Place the library file in `$QHOME` and load into a q instance using `automl/automl.q` -This will load all the functions contained within the `.ml` namespace -```q -$q automl/automl.q +This will load all the functions contained within the `.automl` namespace +``` +q)\l automl/automl.q q).automl.loadfile`:init.q ```