diff --git a/docs/source/concepts/resource_tree.rst b/docs/source/concepts/resource_tree.rst index 118f50b..50dd3e1 100644 --- a/docs/source/concepts/resource_tree.rst +++ b/docs/source/concepts/resource_tree.rst @@ -273,7 +273,7 @@ If the user runs: .. code-block:: console - $ curl -F -d myfile=@filename.txt http://kapow.example:8080/ + $ curl -F 'myfile=@filename.txt' http://kapow.example:8080/ then, when handling the request: @@ -301,7 +301,7 @@ If the user runs: .. code-block:: console - $ curl -F -d myfile=@filename.txt http://kapow.example:8080/ + $ curl -F 'myfile=@filename.txt' http://kapow.example:8080/ then, when handling the request: