Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cbonoz committed Apr 8, 2018
1 parent 840aa4c commit 6878736
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ For each customer, an account will automatically be generated which will store a
### Plugin Component (React)

<pre>
<Paywall
Paywall
disabled={false} // defaults to false (enabled)
onClick={false} // defaults to false (auto blocks)
amount={.0001} // amount to pay
amountUnits={"Bitcoin"} // units of payment
onClick={false} // defaults to false (auto blocks if false)
amount={.0001} // amount to pay for access
amountUnits={"Bitcoin"} // unit of payment
domain="www.cryptogateway.com" // domain of website
excludedUrls={["/"]} // defaults to [], will disabled on these website paths.
excludedUrls={["/"]} // will disable paywall on these url paths.
>
</pre>

Expand Down

0 comments on commit 6878736

Please sign in to comment.