| Index: dart/utils/tip/README.txt
 | 
| diff --git a/dart/utils/tip/README.txt b/dart/utils/tip/README.txt
 | 
| index 57db1bb1c34d18db2662dd6903d4f4fb4629b1aa..6b19a71f153dc852bbd3091bd2c2d39421082e12 100644
 | 
| --- a/dart/utils/tip/README.txt
 | 
| +++ b/dart/utils/tip/README.txt
 | 
| @@ -11,11 +11,11 @@ not been hardened for launch from other locations.
 | 
|  
 | 
|  First, you need to build tip.js by hand - bootstrapping, ya'know.
 | 
|  
 | 
| -> ./frogsh --out=tip/tip.js --compile-only tip/tip.dart
 | 
| +> ./frog.py --out=tip/tip.js --compile-only tip/tip.dart
 | 
|  
 | 
|  Then you need to start the local server:
 | 
|  
 | 
| -> ./frogsh tip/toss.dart
 | 
| +> ./frog.py tip/toss.dart
 | 
|  
 | 
|  Finally, navigate to the appropriate page in chrome:
 | 
|  
 | 
| 
 |