Skip to content

Commit c685f56

Browse files
committed
fix: remove dollar to make linter happy
1 parent 3af9363 commit c685f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/academy/webscraping/scraping_basics_python/13_platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To share our project, we need to package it. The best way is following the offic
6363
Change to a directory where you start new projects in your terminal. Then, run the following command:
6464

6565
```text
66-
$ apify create warehouse-watchdog --template=python-crawlee-beautifulsoup
66+
apify create warehouse-watchdog --template=python-crawlee-beautifulsoup
6767
```
6868

6969
It will create a new subdirectory called `warehouse-watchdog` for the new project, containing all the necessary files:

0 commit comments

Comments
 (0)