Skip to content

Commit f68f6c7

Browse files
authored
Update README.md
1 parent 398311c commit f68f6c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ using FemtoCleaner
8181
A repository of Julia code can be cleaned using
8282

8383
```jl
84+
using FemtoCleaner
8485
FemtoCleaner.cleanrepo(path::String, show_diff = true, delete_local = true)
8586
```
8687
For example on Windows:
8788
```jl
89+
using FemtoCleaner
8890
FemtoCleaner.cleanrepo("C:\\repositoryFolder", show_diff = true, delete_local = true)
8991
```
9092

0 commit comments

Comments
 (0)