Hopefully fixed all the annoying formatting issues
This commit is contained in:
parent
59716d25b2
commit
efe4533e72
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -27,9 +27,9 @@ https://chainlink.arachnitech.com/
|
||||||
URL Patterns
|
URL Patterns
|
||||||
============
|
============
|
||||||
|
|
||||||
The general format is http://localhost:5000/\<domain\>/\<action\>
|
The general format is http://localhost:5000/{domain}/{action}
|
||||||
where \<domain\> is a .crypto or .zil name registered with Unstoppable
|
where {domain} is a .crypto or .zil name registered with Unstoppable
|
||||||
Domains and \<action\> can be
|
Domains and {action} can be
|
||||||
* html - uses the IPFS hash set in Unstoppable Domains management
|
* html - uses the IPFS hash set in Unstoppable Domains management
|
||||||
* redir - uses the redirect_url set in Unstoppable Domains management
|
* redir - uses the redirect_url set in Unstoppable Domains management
|
||||||
* raw - displays an HTML table view of the full JSON returned from Unstoppable
|
* raw - displays an HTML table view of the full JSON returned from Unstoppable
|
||||||
|
@ -45,11 +45,12 @@ I added a browser search engine for each of the UD domains (.zil and .crypto) so
|
||||||
that, when I type `.crypto domain` The browser will automatically redirect based
|
that, when I type `.crypto domain` The browser will automatically redirect based
|
||||||
on the output from my chainlink script.
|
on the output from my chainlink script.
|
||||||
|
|
||||||
The settings to make that work for .crypto is:
|
The settings to make that work for .crypto is: <p>
|
||||||
![.crypto search registration][crypto]
|
![.crypto search registration][crypto]
|
||||||
|
|
||||||
It's basically the same for .zil:
|
It's basically the same for .zil: <p>
|
||||||
![.crypto search registration][zil]
|
![.crypto search registration][zil]
|
||||||
|
|
||||||
|
|
||||||
[crypto]: images/cryptosearch.png
|
[crypto]: images/cryptosearch.png
|
||||||
[zil]: images/zilsearch.png
|
[zil]: images/zilsearch.png
|
||||||
|
|
Loading…
Reference in a new issue