Skip to content

Commit

Permalink
Updating readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
efleming committed May 2, 2013
1 parent 9779efb commit 972e430
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Or install it yourself as:

1. Create a client

```ruby
client = Sovren::Client.new(endpoint: "http://yourhost.com/SovrenConvertAndParse/ConvertAndParse.asmx?WSDL", username: "http basic username (optional)", password: "http basic password (optional)")
```
```ruby
client = Sovren::Client.new(endpoint: "http://yourhost.com/SovrenConvertAndParse/ConvertAndParse.asmx?WSDL", username: "http basic username (optional)", password: "http basic password (optional)")
```

2. Parse a resume
```ruby
resume = client.parse(File.read('/path/to/your/file/resume.doc'))
```

```ruby
resume = client.parse(File.read('/path/to/your/file/resume.doc'))
```

## Contributing

Expand Down

0 comments on commit 972e430

Please sign in to comment.