Merge pull request #8955 from amirsc3/patch-44

Update live-response.md
This commit is contained in:
jcaparas 2021-01-12 10:38:58 -08:00 committed by GitHub
commit c3a06bf1cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,7 @@ Here are some examples:
|Command |What it does |
|---------|---------|
|`"C:\windows\some_file.exe" &` |Starts downloading a file named *some_file.exe* in the background. |
|`Download "C:\windows\some_file.exe" &` |Starts downloading a file named *some_file.exe* in the background. |
|`fg 1234` |Returns a download with command ID *1234* to the foreground. |