From f500858794492ea53c83240ae3721b36855ca13f Mon Sep 17 00:00:00 2001 From: Arjo Date: Wed, 29 Apr 2020 12:20:34 +0800 Subject: [PATCH] fix spelling mistake --- .travis.yml | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index db715b64c..1f37c357e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,4 @@ after_success: | && echo '' > 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 diff --git a/readme.md b/readme.md index 8df8ec6d7..f6fe3832f 100644 --- a/readme.md +++ b/readme.md @@ -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: