Fixed outdated path to buzz.py and three_legged_dance.py
diff --git a/README b/README
index 5a5efe4..dd951a8 100644
--- a/README
+++ b/README
@@ -33,13 +33,13 @@
tokens for Buzz, which will be stored in
buzz.dat in the working directory.
- $ python samples/cmdline/three_legged_dance.py
+ $ python samples/buzz/three_legged_dance.py
Then run buzz.py, which will use the apiclient
library to retrieve the title of the most
recent entry in Buzz and post a test message.
- $ python samples/cmdline/buzz.py
+ $ python samples/buzz/buzz.py
After following the install directions (using setup.py or setpath.sh) you
should be able to cd to samples/cmdline and run the code from there.