From b28c6d175978b1037f54bc9b14de1929619104cc Mon Sep 17 00:00:00 2001 From: Calvin McCoy Date: Sun, 20 Aug 2017 11:03:08 -0700 Subject: [PATCH] Update Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5596efc..ea815d5 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ there, just create a new GPS object and start feeding it data using the ```updat >>> my_gps.latitude (37, 51.65, 'S') ``` -The object will continue to accept new characters and parse sentences for as long as it exists. Running the script standalone will parse a number of example sentences and print the results demonstrating the variety of data tracked by the object +The object will continue to accept new characters and parse sentences for as long as it exists. Running the ```tests.py``` script will parse a number of example sentences and print the results demonstrating the variety of data tracked by the object ```sh -$ python micropyGPS.py +$ python tests.py ``` ### Currently Supported Sentences