From 9938f98aabedb592b52cb833dd95089ef733e77b Mon Sep 17 00:00:00 2001 From: Rick Hays Date: Wed, 25 Sep 2019 20:57:16 -0500 Subject: [PATCH] Update 'README.md' fixed a few oops I saw. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 547a9ac..170b09a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Call: https://rhays.us/Examples/RX_API_Call/RX.php?K=RLH1234&Latitude=39.1030&Lo This is a basic lookup system to find the closest pharmacy to a given Lat/Lon My assumptions: -1) No clear request for distance, options are drive distance or straight line distance, I chose: straight line distance. -2) No request trap errors, I added a few, validation, key check, request check, and a basic DB check. -3) Output was requested as a packet but not the type, so I just passed the requested data back as text and not JSON. +1. No clear request for distance, options are drive distance or straight line distance, I chose: straight line distance. +2. No request for trap errors, I added a few, validation, key check, request check, and a basic DB check. +3. Output was requested as a packet but not the type, so I just passed the requested data back as text and not JSON.