From 3924dde8dfd9bf6a8d8c144e847e88bce4d17259 Mon Sep 17 00:00:00 2001 From: Maxim Karanaev Date: Tue, 17 Nov 2020 21:51:54 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2beacf..0c363b6 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ It has the rich abilities: - Covered by the unit-tests - Fully covered by the integration tests - Tools to maintain code quality (static analyser and codestyle checker) - - Tools to the quick start to develop and deploy (see [Dockerfile](Dockerfile) + [Makefile](Makefile)) - - The error handling by the general exception interface (see src/Exception) + - Tools to the quick start to develop (see [Dockerfile](Dockerfile) + [Makefile](Makefile)) + - The error handling by the general exception interface (see [src/Exception](src/Exception)) - Using a generators to iterate the asynchronous events - - You can add your own client implementation based on [FFIAdapter](\Extraton\TonClient\FFI\FFIAdapter) and [Binding](src/Binding/Binding.php) + - You can add your own client implementation based on [FFIAdapter](src/FFI/FFIAdapter.php) and [Binding](src/Binding/Binding.php) - Simple interface to the graphql requests - Temporary logs creation for the detailed analysis on integration tests running ## Requirements