Skip to content

Commit fc7d8bd

Browse files
Merge pull request #6 from dustinmoorman/readme-fix
Little README fix
2 parents 8f49115 + dd42da9 commit fc7d8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Making API calls using the SoftLayer_SoapClient or SoftLayer_XmlrpcClient classe
1010
# Define and add optional headers to the client, such as object masks and result limits.
1111
# Call the API method you wish to call as if it were local to your client object. This class throws exceptions if it's unable to execute a query, so it's best to place API method calls in try / catch statements for proper error handling.
1212

13-
Once your method is executed you may continue using the same client if you need to conenct to the same service or define another client object if you wish to work with multiple services at once.
13+
Once your method is executed you may continue using the same client if you need to connect to the same service or define another client object if you wish to work with multiple services at once.
1414

1515
The most up to date version of this library can be found on the SoftLayer github public repositories: "http://github.com/softlayer/":http://github.com/softlayer/ . Please post to the SoftLayer forums <"http://forums.softlayer.com/":http://forums.softlayer.com/> or open a support ticket in the SoftLayer customer portal if you have any questions regarding use of this library.
1616

0 commit comments

Comments
 (0)