From efe4533e72a02307d895a01fa4cc8f718fff5265 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Mon, 6 Jan 2020 14:06:51 -0500 Subject: [PATCH] Hopefully fixed all the annoying formatting issues --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 474bfb8..a032e78 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ https://chainlink.arachnitech.com/ URL Patterns ============ -The general format is http://localhost:5000/\/\ -where \ is a .crypto or .zil name registered with Unstoppable -Domains and \ can be +The general format is http://localhost:5000/{domain}/{action} +where {domain} is a .crypto or .zil name registered with Unstoppable +Domains and {action} can be * html - uses the IPFS hash 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 @@ -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 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:

![.crypto search registration][crypto] -It's basically the same for .zil: +It's basically the same for .zil:

![.crypto search registration][zil] + [crypto]: images/cryptosearch.png [zil]: images/zilsearch.png