Skip to content

Commit 4f60a9e

Browse files
author
Jordan Boesch
committed
fixing readme
1 parent fb754c3 commit 4f60a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require('lib/FreshBooksRequest.php');
1313

1414
$domain = 'your-subdomain'; // https://your-subdomain.freshbooks.com/
1515
$token = '1234567890'; // your api token found in your account
16-
FreshBooks::init($domain, $token);
16+
FreshBooksRequest::init($domain, $token);
1717
```
1818
* Now let's say we want to list clients with an email of some@email.com
1919

0 commit comments

Comments
 (0)