Skip to content

Commit

Permalink
docs: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben committed Apr 13, 2024
1 parent a2ba870 commit c4c77b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Mocks the WebSerial API to test Arduino Uploaders Playwright

Install the package with `yarn add -D @leaphy-robotics/playwright-arduino` or using NPM `npm i --save-dev @leaphy-robotics/playwright-arduino`.

``js
```js
import { test, expect } from '@playwright/test';
import setup from '@leaphy-robotics/playwright-arduino';

Expand All @@ -16,7 +16,7 @@ test('test', async ({ page }) => {
// Your test code
...
});
``
```

## Development

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leaphy-robotics/playwright-arduino",
"version": "1.0.0",
"version": "1.0.1",
"license": "LGPL-3.0-only",
"main": "./dist/index.js",
"type": "module",
Expand Down

0 comments on commit c4c77b8

Please sign in to comment.