Karim shoair commited on
Commit
bd59833
·
1 Parent(s): d9f2fdb

docs: fix image in the `interactive shell` page

Browse files
Files changed (1) hide show
  1. docs/cli/interactive-shell.md +1 -1
docs/cli/interactive-shell.md CHANGED
@@ -133,7 +133,7 @@ The shell provides a few functions to help you convert curl commands from the br
133
 
134
  First, you need to copy a request as a curl command like the following:
135
 
136
- <img src="../../assets/scrapling_shell_curl.png" title="Copying a request as a curl command from Chrome" alt="Copying a request as a curl command from Chrome" style="width: 70%;"/>
137
 
138
  - **Convert Curl command to Request Object**
139
 
 
133
 
134
  First, you need to copy a request as a curl command like the following:
135
 
136
+ <img src="../assets/scrapling_shell_curl.png" title="Copying a request as a curl command from Chrome" alt="Copying a request as a curl command from Chrome" style="width: 70%;"/>
137
 
138
  - **Convert Curl command to Request Object**
139