Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 committed Oct 14, 2021
1 parent ddda607 commit 8bebc9c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion js-api-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ npm install @opentrons/js-api-client
### Usage

```typescript
import { HostConfig, Response, Health, getHealth } from '@opentrons/js-api-client'
import {
HostConfig,
Response,
Health,
getHealth,
} from '@opentrons/js-api-client'

const host: HostConfig = { hostname: 'OT2CEP9999999A99.local' }

Expand Down

0 comments on commit 8bebc9c

Please sign in to comment.