From 59507b49091516e02275a0dfb8fe64c49e64eb00 Mon Sep 17 00:00:00 2001 From: Jerome Onadja Date: Thu, 23 Dec 2021 17:23:22 +0000 Subject: [PATCH] feat(docs): improve docs --- docs/index.md | 1 - docs/installation.md | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 docs/installation.md diff --git a/docs/index.md b/docs/index.md index 93d9033..f82b72d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,5 @@ ## Main content -- [Installation](installation.md) - [Use the ```submit``` method to handle payment](use-case-with-callback.md) - [Use the ```handleTransaction``` method to handle payment](use-case-with-try-catch.md) - [About credentials](credentials.md) diff --git a/docs/installation.md b/docs/installation.md deleted file mode 100644 index 931d8db..0000000 --- a/docs/installation.md +++ /dev/null @@ -1,9 +0,0 @@ -## Installation - -```shell -composer require choco-code/cpay -``` - -## Go back - -- [Home](index.md) \ No newline at end of file