Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adikhosla committed Jan 21, 2015
1 parent 0f7d846 commit ea21981
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ The basic usage is relatively simple:
$ cd mturkMatlab
$ matlab
>> addpath(genpath('.'));
>> aws_access_key = 'XXXXXXXXXX';
>> aws_secret_key = 'YYYYYYYYYY';
>> sandbox = true;
>> aws_access_key = 'XXXXXXXXXX'; % access key from AWS
>> aws_secret_key = 'YYYYYYYYYY'; % secret key from AWS
>> sandbox = true; % run functions on sandbox
>> turk = InitializeTurk(aws_access_key, aws_secret_key, sandbox);
>> [result, found_error] = GetAccountBalance(turk, GetAccountBalanceStruct());

Expand All @@ -48,6 +48,8 @@ Questions and Comments

If you have any feedback, please email <a href="http://people.csail.mit.edu/khosla">Aditya Khosla</a> at <a href="mailto:[email protected]">[email protected]</a>.

Also, pull requests of fixes/improvements are most welcome.


Disclaimer
----------
Expand Down

0 comments on commit ea21981

Please sign in to comment.