From 35d769ac3b334ec28fe759ddb0c8a5ce165d1a18 Mon Sep 17 00:00:00 2001 From: Eoghan O'Hara Date: Thu, 5 Feb 2026 11:53:58 +0000 Subject: [PATCH] docs fixes --- README.md | 2 +- di/k4unit/init.q | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3134c24c..5895e4d1 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Each module consists of: Tests are run using k4unit (which is also a module). To run the tests for a module: ```q -q)k4unit:use`k4unit +q)k4unit:use`di.k4unit q)k4unit.moduletest`module_to_test ``` diff --git a/di/k4unit/init.q b/di/k4unit/init.q index 077ac1c4..f52fdac6 100644 --- a/di/k4unit/init.q +++ b/di/k4unit/init.q @@ -3,7 +3,7 @@ \l ::k4unit.q moduletest:{[p] - / Load the Test CSv for the assocaited module + / Load the Test CSC for the associated module / First line of the module will load the module using the following format / module:use`module $[not ()~key tp:.Q.dd[hsym`$.Q.m.mp p;`test.csv];KUltf tp;'"no test csv"];