Skip to content

Commit

Permalink
Merge old docs with new docs
Browse files Browse the repository at this point in the history
Merge old docs with new docs
  • Loading branch information
JonathanMagnan committed Aug 14, 2018
1 parent 1f3a337 commit d8f04a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs2/pages/getting-started/licensing.md
Expand Up @@ -10,7 +10,7 @@ You can also purchase the library [here](/pricing)
Upon purchase, you will receive a license name and a license key.

## Setup License from config file
The license name and key can be directly be added in the app.config or web.config file in the appSettings section.
The license name and key can be directly added in the app.config or web.config file in the appSettings section.


```csharp
Expand Down Expand Up @@ -39,7 +39,7 @@ Z.BulkOperations.LicenseManager.AddLicense(licenseName, licenseKey);
- **WinForm App:** Use the main thread method to activate your license.
- **Win Service:** Use the OnStart method to activate your license

> The AddLicense must always be set before the first call to the library. Otherwise, you will start the evaluation period
> The AddLicense must be set before the first call to the library. Otherwise, you will start the evaluation period
## How can I check if my license is valid?
The validate method allow you to know whether your license is valid or not.
Expand Down
2 changes: 1 addition & 1 deletion docs2/pages/getting-started/overview.md
Expand Up @@ -46,7 +46,7 @@ bulk.BulkMerge(customers);

Yes,

That's why people feel in love so quickly with our library.
That's why people fall in love so quickly with our library.

## Installing
Download the <a href="/download">NuGet Package</a>
Expand Down

0 comments on commit d8f04a9

Please sign in to comment.