Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Modified README to fix errors when following console instructions. #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ for Chase and save the file.
Now fire up the test client and start a job:

ssu$ script/console
>> chase = File.read('./credentials/chase')
>> job = Job.create chase

Your first terminal window and the blank browser should now be doing
Expand Down Expand Up @@ -167,6 +168,7 @@ site. Once you've added something and created a matching credential file, go
ahead and try it out:

ssu$ script/console
>> ally = File.read('./credentials/ally')
>> job.start ally

There are lots of examples in the `fi-scripts` directory for you to reference
Expand Down