Skip to content

Commit 1d4ab83

Browse files
committed
Fix transcription error
1 parent c58a9e3 commit 1d4ab83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def webfinger():
148148
})
149149

150150
# Servers may discard the result if you do not set the appropriate content type
151-
response.headers['Content'Type'] = 'application/jrd+json'
151+
response.headers['Content-Type'] = 'application/jrd+json'
152152

153153
return response
154154
```

0 commit comments

Comments
 (0)