diff --git a/src/README.md b/src/README.md index 73499be..c1d8d7c 100644 --- a/src/README.md +++ b/src/README.md @@ -2,7 +2,7 @@ ## Blockchain Storage -The storage folder contains a base library and a set of adapters the allow retrieving and storage of the Ethereum Blockchain by connecting a Node using RPC. +The storage folder contains a base library and a set of adapters that allow retrieving and storage of the Ethereum Blockchain by connecting a Node using RPC. The current implementation processes and stores Blocks, Transactions, Logs, Contracts and the VM Stack.