From 5d2963faeab18f4500808a867cefac0b05876025 Mon Sep 17 00:00:00 2001 From: Aleksei Chetaev Date: Thu, 16 Feb 2023 15:58:58 +0100 Subject: [PATCH] Remove neoFS from README Signed-off-by: Aleksei Chetaev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94e2709..c194df9 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Detailed information about registering entrypoints can be found at [setuptools d The library provides the following primary components: * `blockchain` - Contains helpers that allow to interact with neo blockchain, smart contracts, gas transfers, etc. * `cli` - wrappers on top of frostFS command-line tools. These wrappers execute on a shell and provide type-safe interface for interacting with the tools. - * `hosting` - management of infrastructure (docker, virtual machines, services where frostFS is hosted). The library provides host implementation for docker environment (when neoFS services are running as docker containers). Support for other hosts is provided via plugins. + * `hosting` - management of infrastructure (docker, virtual machines, services where frostFS is hosted). The library provides host implementation for docker environment (when frostFS services are running as docker containers). Support for other hosts is provided via plugins. * `reporter` - abstraction on top of test reporting tool like Allure. Components of the library will report their steps and attach artifacts to the configured reporter instance. * `shell` - shells that can be used to execute commands. Currently library provides local shell (on machine that runs the code) or SSH shell that connects to a remote machine via SSH. * `utils` - Support functions.