Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caelean authored Feb 8, 2024
1 parent 8451d14 commit 6b488f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ Modguard also comes bundled with a command to set up and define your initial bou
```python3
modguard init .
```
By running `modguard init` from the root of your python project, modguard will inspect and declare boundaries on each python package within your project. Additionally, each accessed member of that package will be decorated with `public` automatically.
By running `modguard init` from the root of your python project, modguard will inspect and declare boundaries on each python package within your project. Additionally, each accessed member of that package will be decorated with `public`.


This will automatically create boundaries and define your public interface for each package within your project, and instantly get your project to passing `modguard .`


Expand Down

0 comments on commit 6b488f3

Please sign in to comment.