Skip to content

Commit c4c77b8

Browse files
committed
docs: fix readme
1 parent a2ba870 commit c4c77b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Mocks the WebSerial API to test Arduino Uploaders Playwright
66

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

9-
``js
9+
```js
1010
import { test, expect } from '@playwright/test';
1111
import setup from '@leaphy-robotics/playwright-arduino';
1212

@@ -16,7 +16,7 @@ test('test', async ({ page }) => {
1616
// Your test code
1717
...
1818
});
19-
``
19+
```
2020

2121
## Development
2222

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leaphy-robotics/playwright-arduino",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "LGPL-3.0-only",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)