Skip to content

Commit b398bb4

Browse files
committed
Update README.md
1 parent 2d67828 commit b398bb4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,11 @@ For asp.net web forms, after you have installed the library, you have two ways t
8080
```
8181
* Refer to it in each pages aspx or user controls ascx:
8282
```xml
83-
<%@ Register TagPrefix="asp" Namespace="GoogleRecaptchaWebForms" Assembly="GoogleRecaptchaWebForms" %>
83+
<%@ Register TagPrefix="asp" Namespace="GoogleRecaptchaWebForms"
84+
Assembly="GoogleRecaptchaWebForms" %>
8485
```
8586

86-
Next you can use server control of Google Recaptcha for any page or user control:
87+
Next you can use server control of Google Recaptcha for any page or user control with following syntax:
8788
```xml
8889
...
8990
<asp:RecaptchaV2Control ID="gRecaptcha" SiteKey="[YOUR_SITE_KEY]"
@@ -101,7 +102,7 @@ If any issue or bug, please push a new issue [here](https://github.com/congdongd
101102
* 1.0.1: Add the meaningful comments into code and fix some following performance bugs:
102103
* Dispose and close the unnecessary resources when using MemoryStream.
103104
* Use the HtmlHelper class in the namespace System.Web.Mvc instead of System.Web.WebPages.Html.
104-
* 1.1.1: Support the Google Recaptcha version 2 for asp.net web forms.
105+
* __1.1.1__: Support the Google Recaptcha version 2 for asp.net web forms.
105106

106107
### Copyright and License
107108
Copyright 2015 by CongDongDotNet - MIT License

0 commit comments

Comments
 (0)