Skip to content

Commit 5ae083c

Browse files
committed
test1
test1
1 parent 4b7a8cc commit 5ae083c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Table of contents
8181
#### 1.1 To create a contact
8282

8383
```javascript
84-
contact_data = '{
84+
contact_data = {
8585
"star_value": "4",
8686
"lead_score": "92",
8787
"tags": [
@@ -126,7 +126,7 @@ contact_data = '{
126126
"value": "Custom value"
127127
}
128128
]
129-
}';
129+
}
130130
parsed_contact_data = JSON.parse(contact_data)
131131
print(AgileCRM.request :post, "contacts", parsed_contact_data)
132132
```

0 commit comments

Comments
 (0)