From 4ea27ce091f61084f5fafc35d9bdb81c8fce2229 Mon Sep 17 00:00:00 2001 From: Niraj Sanghvi Date: Tue, 17 Dec 2019 00:52:10 -0800 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2951aa5..b7ddd4a 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ Unfortunately CLLP is not available on Google Play due to their [heavy-handed cr Current features supported by CLLP: * Google Maps directions - * Walking
[origin] *walkto* [destination]
- * Transit
[origin] *transitto* [destination]
- * Driving
[origin] *driveto* [destination]
- * Bicycling
[origin] *biketo* [destination]
+ * Walking - `[origin] walkto [destination]` + * Transit - `[origin] transitto [destination]` + * Driving - `[origin] driveto [destination]` + * Bicycling - `[origin] biketo [destination]` * Google Calendar - * Agenda for next 3 days
*calagenda*
- * Add event to calendar
*addtocal* [event title] on [date and time] at [location]
-* List all available commands
*helpme*
+ * Agenda for next 3 days - `calagenda` + * Add event to calendar - `addtocal [event title] on [date and time] at [location]` +* List all available commands - `helpme` ![App help demo](https://i.imgur.com/Cq86Bid.gif)