strands-project / strands_utils

Utility package containing nodes that are useful in a number of STRANDS contexts.
0 stars 11 forks source link

Update the README.md #111

Closed ferdianjovan closed 10 years ago

ferdianjovan commented 10 years ago

Change roslaunch mongodb_store datacentre.launch to roslaunch mongodb_store mongodb_store.launch Change /opt/strands/strands_catkin_ws/src/strands_utils/mongodb_store/defaults/twitter_params.yaml to /opt/strands/strands_catkin_ws/src/strands_deployment/strands_parameters/defaults/twitter_params.yaml

cdondrup commented 10 years ago

The example format looks weird because it uses <> commands. Try using the code environment like this:

       twitter:
           appKey: '<ConsumerKey>'
           appSecret: '<ConsumerSecret>'
           oauthToken: '<AccessToken>'
           oauthTokenSecret: '<AccessTokenSecret>'

That is:

``` twitter stuff ```

ferdianjovan commented 10 years ago

Yeah you are right. I completely forgot to preview what I wrote.

cdondrup commented 10 years ago

Looks good now. Thanks.