Skip to content

Commit

Permalink
documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mj3cheun committed Mar 8, 2024
1 parent 0276ecb commit b6c7d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/js-upload-api/src/ClientPkey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const AUTH_API_ENDPOINT = 'api/v2/auth/pkey/jwt/';
* ```javascript
* import { Client } from '@graphistry/node-api';
* const client = new Client(
* 'my_username', 'my_password', '',
* 'my_personal_key_id', 'my_personal_key_secret', '',
* 'http', '10.20.0.1:8080',
* 'https://www.my-site.com'
* );
Expand All @@ -56,7 +56,7 @@ const AUTH_API_ENDPOINT = 'api/v2/auth/pkey/jwt/';
* ```javascript
* import { Client } from '@graphistry/node-api';
* const client = new Client(
* 'my_username', 'my_password', '',
* 'my_personal_key_id', 'my_personal_key_secret', '',
* 'http', 'nginx',
* 'https://www.my-site.com'
* );
Expand Down

0 comments on commit b6c7d56

Please sign in to comment.