We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925f17a commit e351787Copy full SHA for e351787
resources/plugins/simln/README.md
@@ -103,9 +103,9 @@ plugins:
103
The SimLN plugin fetches a SimLN docker image from dockerhub. You can generate your own docker image if you choose:
104
105
1. Clone SimLN: `git clone [email protected]:bitcoin-dev-project/sim-ln.git`
106
-2. Follow the instructions to build a docker image as detailed int the SimLn repository.
+2. Follow the instructions to build a docker image as detailed in the SimLN repository.
107
3. Tag the resulting docker image: `docker tag IMAGEID YOURUSERNAME/sim-ln:VERSION`
108
-4. Push the tagged image to you dockerhub account.
+4. Push the tagged image to your dockerhub account.
109
5. Modify the `values.yaml` file in the plugin's chart to reflect your username and version number:
110
```YAML
111
repository: "YOURUSERNAME/sim-ln"
0 commit comments