Skip to content

Commit

Permalink
fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
arjo129 committed Apr 29, 2020
1 parent 952d34c commit f500858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ after_success: |
&& echo '<meta http-equiv=refresh content=0;url=rosrust_tf/index.html>' > target/doc/index.html && \
sudo pip install ghp-import && \
ghp-import -n target/doc && \
git push -qf https://${TOKEN}@github.com/arjo129/rosrust_tf.git gh-pages
git push -qf https://${TOKEN}@github.com/arjo129/rustros_tf.git gh-pages
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ I am still working on the following:
* Weed out `unwrap()`s

## Supported platforms
Currently only Ubuntu 18.04 running ROS Melodic on x86_64 is working. It should work on any linux based system with a proper ROS installation.
Currently only Ubuntu 18.04 running ROS Melodic on x86_64 is tested. It should work on any linux based system with a proper ROS installation.

## Getting Started
Install [ROS](http://wiki.ros.org/melodic/Installation) first. On ubuntu, this can be done like so:
Expand Down

0 comments on commit f500858

Please sign in to comment.