From 4107c8608264830ab8393f4523ff8b24a37c61c4 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Mon, 6 Jan 2020 13:52:11 -0500 Subject: [PATCH] Added search engine registering howto --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 1685f15..474bfb8 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,19 @@ Domains and \ can be The default action is "html", so if you don't specify anything it will attempt to use that field. + +Browser Search Engine +===================== + +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: +![.crypto search registration][crypto] + +It's basically the same for .zil: +![.crypto search registration][zil] + +[crypto]: images/cryptosearch.png +[zil]: images/zilsearch.png