From 2d56554e32506fea29156ffc3925730822c21c24 Mon Sep 17 00:00:00 2001 From: Zooxy Le Date: Sat, 4 May 2024 01:09:11 +0700 Subject: [PATCH] chore(docs): update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a3c654..c2c8895 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ __Note:__ The value of the variables is depended to current context by `build_co Refer to my projects using `dictrule` to generate text resources: -- [leetcodegen](https://github.com/elhoangvu/leetcodegen) +- [lcgen](https://github.com/elhoangvu/lcgen) ## Installing dictrule @@ -364,7 +364,7 @@ This rule wraps content by quotes. `dictrule` includes a comprehensive test suite. To run the tests, run: ```shell -pytest +PYTHONPATH=src && pytest ``` ## Contributing