Skip to content

Commit

Permalink
docs: switch browser and node usage (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieutu committed Sep 29, 2022
1 parent 34a9dfa commit c1ebea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -49,13 +49,13 @@ $ yarn add @circleci/circleci-config-sdk

#### Usage

In Node.js:
In Browser:

```typescript
import CircleCI from '@circleci/circleci-config-sdk';
```

In Browser:
In Node.js:

```javascript
const CircleCI = require('@circleci/circleci-config-sdk');
Expand Down

0 comments on commit c1ebea3

Please sign in to comment.