Skip to content

Commit e2a1d66

Browse files
authored
Add installation instruction
1 parent 625625c commit e2a1d66

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

README.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,43 @@ This library is the abstraction of Xendit API for access from applications writt
88
Please note that this library is not official from Xendit. You can refer to [Xendit Github](https://github.com/xendit/) for the complete list of their official API client libraries.
99

1010
# Table of Contents
11-
12-
1. [API Documentation](#api-documentation)
13-
2. [Requirements](#requirements)
14-
3. [Usage](#usage)
15-
4. [Disbursement Services](#disbursement-services)
11+
1. [Installation](#installation)
12+
2. [API Documentation](#api-documentation)
13+
3. [Requirements](#requirements)
14+
4. [Usage](#usage)
15+
5. [Disbursement Services](#disbursement-services)
1616
- [Create a disbursement](#create-a-disbursement)
1717
- [Get banks with available disbursement service](#get-banks-with-available-disbursement-service)
1818
- [Get a disbursement by external ID](#get-a-disbursement-by-external-id)
1919
- [Get a disbursement by ID](#get-a-disbursement-by-id)
20-
5. [Invoice services](#invoice-services)
20+
6. [Invoice services](#invoice-services)
2121
- [Create an invoice](#create-an-invoice)
2222
- [Get an invoice by ID](#get-an-invoice-by-id)
2323
- [Get all invoices](#get-all-invoices)
2424
- [Expire an invoice](#expire-an-invoice)
25-
6. [Virtual Account Services](#virtual-account-services)
25+
7. [Virtual Account Services](#virtual-account-services)
2626
- [Create a fixed virtual account](#create-a-fixed-virtual-account)
2727
- [Closed virtual account](#closed-virtual-account)
2828
- [Opened virtual account](#opened-virtual-account)
2929
- [Get banks with available virtual account service](#get-banks-with-available-virtual-account-service)
3030
- [Get a fixed virtual account by ID](#get-a-fixed-virtual-account-by-id)
3131
- [Expire a fixed virtual account](#expire-a-fixed-virtual-account)
32-
7. [Batch Disbursement Services](#batch-disbursement-services)
32+
8. [Batch Disbursement Services](#batch-disbursement-services)
3333
- [Batch disbursement item](#batch-disbursement-item)
3434
- [Create a batch disbursement](#create-a-batch-disbursement)
3535
- [Get banks with available disbursement service](#get-banks-with-available-disbursement-service-1)
36-
8. [E-Wallet Services](#e-wallet-services)
36+
9. [E-Wallet Services](#e-wallet-services)
3737
- [Create a LinkAja payment](#create-a-linkaja-payment)
3838
- [Create a Dana payment](#create-a-dana-payment)
3939
- [Create an OVO payment](#create-an-ovo-payment)
4040
- [Get an e-wallet payment](#get-an-e-wallet-payment)
41-
9. [Exception Handling](#exception-handling)
42-
10. [Contributing](#contributing)
43-
11. [TODO](#todo)
44-
41+
10. [Exception Handling](#exception-handling)
42+
11. [Contributing](#contributing)
43+
12. [TODO](#todo)
44+
45+
## Installation
46+
We recommended you to install using our [NuGet Package](https://www.nuget.org/packages/Xendit.Dotnet/), however you can clone this repo and embed it into your projects.
47+
4548
## API Documentation
4649
Please check [Xendit API Reference](https://xendit.github.io/apireference/).
4750

@@ -380,4 +383,4 @@ Normally these exception's properties are enough to investigate what really happ
380383

381384
2. CI/CD
382385

383-
We welcome any contributions to this project. :)
386+
We welcome any contributions to this project. :)

0 commit comments

Comments
 (0)