diff --git a/js-api-client/README.md b/js-api-client/README.md index 746960c4fb5..efc29f6c93f 100644 --- a/js-api-client/README.md +++ b/js-api-client/README.md @@ -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' }