CultriX commited on
Commit
a075bf8
·
verified ·
1 Parent(s): 7a612b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
14
 
15
  To check if a password was breached, make an API-call to it.
16
  For example, usage with curl:
17
- - curl -X POST https://cultrix-checkpassword.hf.space/checkPassword -H "Content-Type: application/json" -d "{\"password\":\"test\"}"
18
 
19
  I currently use this with an openAI-action.
20
  See the file openAI-action.txt for more information.
 
14
 
15
  To check if a password was breached, make an API-call to it.
16
  For example, usage with curl:
17
+ - curl -X POST https://cultrix-checkpassword.hf.space/checkPassword -H "Content-Type: application/json" -d '{"password":"test"}'
18
 
19
  I currently use this with an openAI-action.
20
  See the file openAI-action.txt for more information.