Browse Source

fix(docs): formatting

Peter Thomassen 6 years ago
parent
commit
c1bf515262
1 changed files with 4 additions and 4 deletions
  1. 4 4
      docs/rrsets.rst

+ 4 - 4
docs/rrsets.rst

@@ -568,7 +568,7 @@ Record types with priority field
     as required by the client you are using.  Here's an example of how to
     create a ``TXT`` RRset with HTTPie::
 
-    curl -X POST https://desec.io/api/v1/domains/:name/rrsets/ \
-        --header "Authorization: Token {token}" \
-        --header "Content-Type: application/json" --data @- <<< \
-        '{"type": "TXT", "records": ["\"test value1\"","\"value2\""], "ttl": 3600}'
+        curl -X POST https://desec.io/api/v1/domains/:name/rrsets/ \
+            --header "Authorization: Token {token}" \
+            --header "Content-Type: application/json" --data @- <<< \
+            '{"type": "TXT", "records": ["\"test value1\"","\"value2\""], "ttl": 3600}'