From 52781c2bf7062d4747220c922652ead6119e21cb Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Fri, 26 Jun 2020 00:42:45 -0230 Subject: [PATCH] Link to docs website for usage --- README.md | 60 +------------------------------------------------------ 1 file changed, 1 insertion(+), 59 deletions(-) diff --git a/README.md b/README.md index 0309c0b..eca19df 100644 --- a/README.md +++ b/README.md @@ -14,65 +14,7 @@ This library will register the current page as having initiated onboarding, so t ## Usage -Minimal example: -``` -const onboarding = new MetaMaskOnboarding() -onboarding.startOnboarding() -``` - -Here is an example of an onboarding button that uses this library: - -``` - - - - MetaMask Onboarding Example - - - -

Sample Dapp

- - - - - -``` +[See _ยง Onboarding Library_ on the MetaMask Docs website.](https://docs.metamask.io/guide/onboarding-library.html) ## Release & Publishing