Skip to content

Commit

Permalink
fix: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumJHays committed Oct 24, 2021
1 parent cb535b5 commit 0f0654d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ velocity = 5 * miles / hour # "5 miles/hour"

deceleration = 2 * m / s ** 2 # "2 meters/second**2"

solution = solve(t, t == velocity / deceleration)
solution = solve(t, t == velocity / deceleration)
print(solution) # "Solution(t = 1.1176 seconds)"
```

Expand All @@ -59,9 +59,9 @@ Install via pip:

`pip install mathpad`

## Contributors ✨
<!-- ## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): -->

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
Expand All @@ -71,7 +71,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
<!-- This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! -->

## Credits

Expand Down

0 comments on commit 0f0654d

Please sign in to comment.