Skip to content

Commit 9c2131d

Browse files
committed
Update README.md
1 parent e927666 commit 9c2131d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PlotlyAccount("username","your api key")
3434
Note: you may also specify your session endpoints using signin as follows:
3535

3636
```julia
37-
julia> Plotly.signin("username","your api key",{"plotly_domain"=> "your_plotly_base_endpoint", "plotly_domain"=> "your_plotly_api_endpoint"})
37+
julia> Plotly.signin("username","your api key",{"plotly_domain"=> "your_plotly_base_endpoint", "plotly_api_domain"=> "your_plotly_api_endpoint"})
3838
```
3939

4040
## Saving your credentials
@@ -46,7 +46,7 @@ Note: your credentials will be saved within /YOUR_HOME_DIR/.plotly/.credentials
4646

4747
## Saving your endpoint configuration
4848
```julia
49-
julia> Plotly.set_config_file({"plotly_domain"=> "your_plotly_base_endpoint", "plotly_domain"=> "your_plotly_api_endpoint"})
49+
julia> Plotly.set_config_file({"plotly_domain"=> "your_plotly_base_endpoint", "plotly_api_domain"=> "your_plotly_api_endpoint"})
5050
```
5151

5252
Note: your configuration will be saved within /YOUR_HOME_DIR/.plotly/.config

0 commit comments

Comments
 (0)