File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs2/pages/getting-started Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ You can also purchase the library [here](/pricing)
1010Upon purchase, you will receive a license name and a license key.
1111
1212## Setup License from config file
13- The license name and key can be directly be added in the app.config or web.config file in the appSettings section.
13+ The license name and key can be added directly in the app.config or web.config file in the appSettings section.
1414
1515
1616``` csharp
@@ -39,7 +39,7 @@ EvalManager.AddLicense(licenseName, licenseKey);
3939- ** WinForm App:** Use the main thread method to activate your license.
4040- ** Win Service:** Use the OnStart method to activate your license
4141
42- > The AddLicense must always be set before the first call to the library. Otherwise, you will start the evaluation period
42+ > The AddLicense must be set before the first call to the library. Otherwise, you will start the evaluation period
4343
4444## How can I check if my license is valid?
4545The validate method allow you to know whether your license is valid or not.
Original file line number Diff line number Diff line change 4242
4343You add a valid expression and execute it.
4444
45- That's why people feel in love so quickly with our library.
45+ That's why people fall in love so quickly with our library.
4646
4747### Who use it?
4848
You can’t perform that action at this time.
0 commit comments