Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoliveiraGN authored May 13, 2021
1 parent 94b78dc commit ecc1cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Gerencianet from 'gn-api-sdk-typescript';
Insira suas credenciais e defina se deseja usar o sandbox ou não.
Você também pode usar o arquivo [examples/config.ts](examples/config.ts) de modelo.
```typescript
module.exports = {
export = {
// PRODUÇÃO = false
// HOMOLOGAÇÃO = true
sandbox: false,
Expand Down Expand Up @@ -78,7 +78,7 @@ $ npm install
Defina suas credenciais em config.ts:

```typescript
module.exports = {
export = {
// PRODUÇÃO = false
// HOMOLOGAÇÃO = true
sandbox: false,
Expand Down

0 comments on commit ecc1cdf

Please sign in to comment.