From f69870d084f7b0a33fe0938a92dcfc4833e04bbb Mon Sep 17 00:00:00 2001 From: Svetlin Nakov Date: Fri, 8 Dec 2023 11:18:56 +0200 Subject: [PATCH] Fixed the titles (broken Markdown) The titles in the README.md were broken ##Title --> does not visualize correctly in GitHub.com ## Title --> visualizes correctly in GitHub.com A space should be added after ## and the title. --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1c15925..b74e0ce 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,32 @@ -#WebToPay Lib DotNet +# WebToPay Lib DotNet -##What is WebToPay Lib DotNet? +## What is WebToPay Lib DotNet? WebToPay Lib DotNet is a library that will allow you to make payment requests to the Paysera website. -##Sections +## Sections * [Requirements](#requirements) * [Directory structure](#directory-structure) * [Installation](#installation) * [Code samples](#code-samples) * [Contact Us](#contacts) -##Requirements +## Requirements * .NET Framework 3.5 -##Directory structure +## Directory structure The project directory is divided into three parts * bin/ - a compiled library DLL file * example/ - a ready to use example * src/ - the source of the library - -##Installation +## Installation * Use `git clone https://github.com/evp/webtopay-lib-dotnet.git` to obtain the newest version of the library. * Copy the EVP.WebToPay.ClientAPI.dll located in the bin directory to your project folder. * Add a reference to the API DLL + Add a using EVP.WebToPay.ClientAPI statement anywhere you wish to use the library. You have successfully installed the WebToPay Lib DotNet library! - -##Code samples +## Code samples Before making a request you are to create an instance of the Client class. ```c# int projectId = 0; @@ -64,7 +62,7 @@ string redirectUrl = client.BuildRequestUrl(request); Response.Redirect(redirectUrl); ``` -##Contacts +## Contacts If you have any further questions feel free to contact us: "Paysera LT", UAB