From dfe1fbb6e7ab14cd5000b23eb6fdbd74f0428059 Mon Sep 17 00:00:00 2001 From: MikeRow <47996463+mikerow@users.noreply.github.com> Date: Sun, 11 Oct 2020 12:08:36 +0200 Subject: [PATCH] Removed Wiki --- README.md | 6 +++--- composer.json | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 81a6e32..d91b52d 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ PHP libraries and tools for Pippin wallet -Documentation at [PippinPHP/wiki](https://github.com/MikeRow/PippinPHP/wiki) +Examples at [PippinPHP/test](https://github.com/MikeRow/PippinPHP/tree/main/test) --- ## Features -- [PippinCLI](https://github.com/MikeRow/PippinPHP/wiki/PippinCLI) +- [PippinCLI](https://github.com/MikeRow/PippinPHP/blob/main/src/PippinCLI.php) class for interfacing to Pippin wallet CLI -To use Pippin RPC interface, refer to [BananoPHP/BananoRPC](https://github.com/MikeRow/BananoPHP/wiki/BananoRPC) or [NanoPHP/NanoRPC](https://github.com/MikeRow/NanoPHP/wiki/NanoRPC) \ No newline at end of file +To use Pippin RPC interface, refer to [BananoPHP/BananoRPC](https://github.com/MikeRow/BananoPHP/blob/master/src/BananoRPC.php) or [NanoPHP/NanoRPC](https://github.com/MikeRow/NanoPHP/blob/master/src/NanoRPC.php) \ No newline at end of file diff --git a/composer.json b/composer.json index ee214da..b4e5306 100644 --- a/composer.json +++ b/composer.json @@ -25,8 +25,5 @@ "psr-4" : { "MikeRow\\PippinPHP\\" : "src/" } - }, - "support" : { - "wiki" : "https://github.com/MikeRow/PippinPHP/wiki" } } \ No newline at end of file