Skip to content

Commit b89f7db

Browse files
authored
add quoting to curl command
1 parent 45d6a47 commit b89f7db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
# See that it works!
4444
curl http://localhost:8000 # OGC API - Records
45-
curl http://localhost:8000/csw?service=CSW&version=2.0.2&request=GetCapabilities # CSW
45+
curl "http://localhost:8000/csw?service=CSW&version=2.0.2&request=GetCapabilities" # CSW
4646
{% endhighlight %}
4747
</div>
4848
</div>

0 commit comments

Comments
 (0)