diff --git a/README.md b/README.md index cdc328f6..0dd8a031 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ You can choose NEAR Indexer for Explorer start options: - `from-interruption` - start indexing blocks from the block NEAR Indexer was interrupted last time but earlier for `` if provided - `from-block --height ` - start indexing blocks from the specific block height -Unlike the original [NEAR Indexer for Explorer](https://github.com/near/near-indexer-for-explorer) you **can't** tell Indexer to store data from genesis (Accounts and Access Keys) by adding key `--store-genesis` to the `run` command. So please, ensure you took care about the genesis data in your database in order this indexer to work properly. +Unlike the original NEAR Indexer for Explorer you **can't** tell Indexer to store data from genesis (Accounts and Access Keys) by adding key `--store-genesis` to the `run` command. So please, ensure you took care about the genesis data in your database in order this indexer to work properly. This capability will be implemented eventually, it's progress can be tracked here: #327. ``` TODO: Implement a tool to fill the database with the genesis data