diff --git a/local-interchaintest/README.md b/local-interchaintest/README.md index bc2f5a0d..bf156e5d 100644 --- a/local-interchaintest/README.md +++ b/local-interchaintest/README.md @@ -25,15 +25,11 @@ make install ### Start `local-ic`: ```bash -local-ic start neutron_osmosis --api-port 42069 +local-ic start neutron_osmosis_gaia --api-port 42069 ``` ### Run tests ```bash -# If running docker in root mode -make sudo-test - -# If running docker in rootless mode make test ```