From 4b8a2946894e621e8d2027900eb2ae76084f4214 Mon Sep 17 00:00:00 2001 From: Matt McCoy Date: Wed, 29 Jun 2016 18:48:50 -0400 Subject: [PATCH] Fixing examples README.md --- examples/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/examples/README.md b/examples/README.md index afa9711..cf1ce7b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,9 +3,6 @@ Examples This directory examples of working with the IMAP client. -Current Examples: +Examples: * basic - This is a very basic example of using the client. - -Planned Examples: - * error_handling - This will show usage of handling errors that the client can return. - * gmail_oauth2 - This will be an example using oauth2 for logging into gmail as a secure appplication. + * gmail_oauth2 - This is an example using oauth2 for logging into gmail as a secure appplication.