Skip to content

Commit

Permalink
Fixes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuanbarreto committed Apr 1, 2019
1 parent 2e48582 commit 7f604d0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ gem 'ip21'
And use the class in your code to execute queries:

```ruby
require 'ip21' # If you are using Ruby. Don't need rrequire if you use Rails

IP21.new(
auth: {
account: 'john.doe',
domain: 'contoso.com',
password: 'set_your_own_password'
account: 'john.doe',
domain: 'contoso.com',
password: 'set_your_own_password'
},
sqlplus_address: '127.0.0.1',
ip21_address: '127.0.0.1',
Expand All @@ -40,7 +42,7 @@ IP21.new(

This gem uses Windows authentication to connect to SQLPlus, so don't forget to set your credentials correctly.

On domain you can use the Netbios name (CONTOSO) or the normal domain name (contoso.com)
On domain you can use the NETBIOS name (CONTOSO) or the normal domain name (contoso.com)

# Changelog
See the [commit page](https://github.com/rhuanbarreto/ip21-ruby/commits) for a list of changes.
Expand Down

0 comments on commit 7f604d0

Please sign in to comment.