Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxvx committed Nov 17, 2020
1 parent bd5dc51 commit 3924dde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3924dde

Please sign in to comment.