diff --git a/docs/web3-module.rst b/docs/web3-module.rst index f17a529f9fa..1e357ac5d4a 100644 --- a/docs/web3-module.rst +++ b/docs/web3-module.rst @@ -27,7 +27,7 @@ Example .. code-block:: javascript import * as Utils from 'web3-utils'; - import {formatters} from 'web3-core-formatters'; + import {formatters} from 'web3-core-helpers'; import {AbstractWeb3Module} from 'web3-core'; import {AbstractMethodFactory, GetBlockByNumberMethod, AbstractMethod} from 'web3-core-method';