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'];