Skip to content

Commit 9bcb716

Browse files
authored
Update README.md
More to come
1 parent e152f4b commit 9bcb716

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
@@ -100,7 +100,7 @@ if(num1 != num2): print('({}) != ({})'.format(num1, num2))
100100
```python
101101
from cmpx.equations import solve
102102
```
103-
### Solving equations
103+
#### Solving equations
104104
```
105105
solutions = solve(-1,2,3) # It will return a tuple of solutions
106106
```

0 commit comments

Comments
 (0)