Skip to content

Commit 707d5f0

Browse files
committed
formatting
1 parent 10d01e9 commit 707d5f0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.rdoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The client will authenticate before performing other API calls, but you can manu
1616
# will raise a Pardot::NetError if the http call fails
1717
client.authenticate
1818

19-
== Object Types
19+
=== Object Types
2020

2121
The available objects are:
2222

@@ -27,9 +27,7 @@ The available objects are:
2727
* visitors
2828
* visits
2929

30-
== See Pardot API for details
31-
32-
=== How to query objects
30+
=== Querying Objects
3331

3432
http://developer.pardot.com/kb/api-version-3/querying-prospects
3533

@@ -43,7 +41,7 @@ Most objects accept limit, offset, sort_by, and sord_order parameters
4341
puts prospect["first_name"]
4442
end
4543

46-
=== How to create and edit objects
44+
=== Creating, editing, and reading objects
4745

4846
See each individual object's API reference page for available methods
4947

@@ -55,7 +53,7 @@ http://developer.pardot.com/kb/api-version-3/using-prospects
5553
puts "#{key} is #{value}"
5654
end
5755

58-
=== Switching formats
56+
=== Output formats
5957

6058
client.format = "simple" # default
6159
client.format = "mobile"

0 commit comments

Comments
 (0)