diff --git a/docs/_getting-started/index.md b/docs/_getting-started/index.md index c2725919ef..6787fac01f 100644 --- a/docs/_getting-started/index.md +++ b/docs/_getting-started/index.md @@ -71,7 +71,7 @@ For this tutorial, we use a `light` sync: Start Clef, setting the keystore and chain id (goerli is 5) for the network we want to connect to: ```shell -clef --keystore /keystore --chainid 5 +clef --keystore /keystore --chainid 5 ``` To begin with, you see errors about a missing keystore, and we fix that soon.