From ebd2eda4fd4e717a4ac7e7228b23150f863913c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=B0=E6=9E=97?= Date: Mon, 17 Dec 2018 18:12:07 +0800 Subject: [PATCH] # --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b8363e..a794c4f 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ PHP bindings for the Nylas REST API (V2.0). https://docs.nylas.com/reference
7. Support async batch get & delete & send (since version 3.1). -**`(new \Nylas\Client($options))->`** -![apis](media/apis.png)
+`(new \Nylas\Client($options))->`![apis](media/apis.png)
+ ## Installation @@ -85,7 +85,7 @@ $dataC = $nylas->Contacts()->Contact()->getContact($ids); $dataD = $nylas->Contacts()->Contact()->deleteContact($ids); ``` -For more detail about the batch request, you should have to read the source code. +For more detail about the batch request, you should have to read the source code.
Sorry, I have no time to write documents.