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"];