From 9d7d6660d16ebe989f791ca69e6fc6b83175a48e Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Wed, 27 Sep 2023 20:08:24 -0400 Subject: [PATCH] change bullet points to 1,2,3 --- hws/04_ride_sharing/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hws/04_ride_sharing/README.md b/hws/04_ride_sharing/README.md index bfc1ad5..7ecbec7 100644 --- a/hws/04_ride_sharing/README.md +++ b/hws/04_ride_sharing/README.md @@ -157,8 +157,8 @@ We have found the closest driver Elena(4.7) for you. Elena is now 12.8 miles away from you. ``` Replace *Rebecca* with the user's first name, replace *Economy* with the user's preferred vehicle type, replace *Williamsburg* with the user's pickup location, and replace *Statue_of_Liberty* with the user's drop off location. Replace *Elena* with the driver's first name, replace *4.7* with the driver's rating. Replace *12.8* with the driver's distance from the user. - 2. print an updated version of drivers.txt into output1.txt. - 3. print an updated version of users.txt into output2.txt. + 2\. print an updated version of drivers.txt into output1.txt. + 3\. print an updated version of users.txt into output2.txt. - If a driver can not be found, your program should print the following message into the output0.txt file: ```console Ride requested for user Isabella, looking for a Luxury vehicle.