Skip to content

Commit e1e354c

Browse files
committed
docs: remove dollar sign prefix in code snippets
1 parent 670edff commit e1e354c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If your app is based on the modern asyncio loop and you are used to async/await
6767
Playwright exposes Async API for you. You should use this API inside a Python REPL supporting `asyncio` like with `python -m asyncio`
6868

6969
```console
70-
$ python -m asyncio
70+
python -m asyncio
7171
```
7272

7373
```py
@@ -119,7 +119,7 @@ Blocking REPL, as in CLI:
119119
Async REPL such as `asyncio` REPL:
120120

121121
```console
122-
$ python -m asyncio
122+
python -m asyncio
123123
```
124124

125125
```py

0 commit comments

Comments
 (0)