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