diff --git a/docs/Install.md b/docs/Install.md index a27811f..21fbcca 100644 --- a/docs/Install.md +++ b/docs/Install.md @@ -52,7 +52,7 @@ DefaultConf.ROPSTEN.as_default() import { DefaultConf } from "marmojs"; // Select the Ropsten testnet configuration -DefaulltConf.ROPSTEN.asDefault(); +DefaultConf.ROPSTEN.asDefault(); ``` ```java