Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
SenadI committed Jun 1, 2016
1 parent a20d0c6 commit 330e827
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ config_config_file = sbg.Config(profile='my-profile')
The `.sbgrc` file has a simple .ini file format, for example:

[my-profile]
api-url = 'https://api.sbgenomics.com/v2'
auth-token = '<TOKEN_HERE>'
api-url = https://api.sbgenomics.com/v2
auth-token = <TOKEN_HERE>

[py-profile-cgc]
api-url = 'https://api.sbgenomics.com/v2'
auth-token = '<TOKEN_HERE>'
api-url = https://api.sbgenomics.com/v2
auth-token = <TOKEN_HERE>

#### Initializing the sevenbridges-python library

Expand Down
6 changes: 3 additions & 3 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ the environment (the Seven Bridges Platform, or the CGC) indicated in square bra

[sbpla]
api-url = https://api.sbgenomics.com/v2
auth-token = 700992f7b24a470bb0b028fe813b8100
auth-token = <TOKEN_HERE>

[cgc]
api-url = https://api.sbgenomics.com/v2
auth-token = 910975f5b24a470bb0b028fe813b8100
api-url = https://cgc-api.sbgenomics.com/v2
auth-token = <TOKEN_HERE>


The :code:`Api` object is the central resource for querying, saving and
Expand Down

0 comments on commit 330e827

Please sign in to comment.