Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
Fix some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Sep 23, 2018
1 parent b20b29d commit 59725b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ print(area4.divider4)
```
Using functions:
```
div1()
div2()
div3()
div4()
area4.div1()
area4.div2()
area4.div3()
area4.div4()
```
And if you want to you can check to make sure the library is working:
```
area4info()
area4.area4info()
```

0 comments on commit 59725b6

Please sign in to comment.