Skip to content

Commit 735dd9a

Browse files
authored
Merge pull request #4 from cscherrer/master
Fix README line `rmlines = JuliaVariables.rmlines`
2 parents f59ed8a + 7cc3f02 commit 735dd9a

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)