Skip to content

Commit

Permalink
docs: Update README so the example works verbatim (appium#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
sole authored Jan 2, 2025
1 parent 7675176 commit 5bdcba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ npm run e2e-test
example:

```js
import ADB from 'appium-adb';
import { ADB } from 'appium-adb';

const adb = await ADB.createADB();
console.log(await adb.getPIDsByName('com.android.phone'));
Expand Down

0 comments on commit 5bdcba6

Please sign in to comment.