Skip to content

Commit

Permalink
Fix typo and add examples in README
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Jan 19, 2024
1 parent f5b2340 commit b4fbdd7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

## Documentation

The JAXsim API documentation is available at [kaxsim.readthedocs.io](https://jaxsim.readthedocs.io/).
The JAXsim API documentation is available at [jaxsim.readthedocs.io](https://jaxsim.readthedocs.io/).

## Installation

Expand All @@ -50,6 +50,10 @@ Install all of them with `jaxsim[all]`.
[venv]: https://docs.python.org/3/tutorial/venv.html
[jax_gpu]: https://github.com/google/jax/#installation

## Quickstart

Explore and learn how to use the library through practical demonstrations available in the [examples](./examples) folder.

## Credits

The physics module of JAXsim is based on the theory of the [Rigid Body Dynamics Algorithms][RBDA]
Expand Down

0 comments on commit b4fbdd7

Please sign in to comment.