Skip to content

Commit 7cc3f02

Browse files
authored
Fix README line rmlines = JuliaVariables.rmlines
1 parent f59ed8a commit 7cc3f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Usage
2929

3030
```julia
3131
using JuliaVariables
32-
rmlines = JuliaVariables
32+
rmlines = JuliaVariables.rmlines
3333
func = solve(:(function f(x)
3434
let y = x + 1
3535
y

0 commit comments

Comments
 (0)