From 9526035564a99ae4f7d8721b8462f76a3655d34f Mon Sep 17 00:00:00 2001 From: cedric lombardot Date: Wed, 3 May 2017 20:10:22 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8b1cd1..0ca4515 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ $note['person_id'] = $person['data']['id']; $pipedrive->notes()->add($note); //add deal to user -deal['title'] = 'example title'; +$deal['title'] = 'example title'; $deal['stage_id'] = 8; $deal['person_id'] = $person['data']['id'];