Skip to content

Commit

Permalink
Merge pull request #1 from ptoraskar/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
colemanja91 authored May 5, 2017
2 parents 1f92ef2 + 1928bf8 commit 29abe68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Latest and greatest:

The most straightforward way to authenticate is with:

import omniture
account = omniture.authenticate('my_username', 'my_secret')
import omni2re
account = omni2re.authenticate('my_username', 'my_secret')

However, to avoid hardcoding passwords, instead you can also put your username
and password in unix environment variables (e.g. in your `.bashrc`):
Expand All @@ -35,8 +35,8 @@ and password in unix environment variables (e.g. in your `.bashrc`):
With your credentials in the environment, you can then log in as follows:

import os
import omniture
account = omniture.authenticate(os.environ)
import omni2re
account = omni2re.authenticate(os.environ)

## Account and suites

Expand Down

0 comments on commit 29abe68

Please sign in to comment.