Skip to content

Commit e351787

Browse files
committed
correct spelling in simln readme file
1 parent 925f17a commit e351787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/plugins/simln/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ plugins:
103103
The SimLN plugin fetches a SimLN docker image from dockerhub. You can generate your own docker image if you choose:
104104

105105
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.
106+
2. Follow the instructions to build a docker image as detailed in the SimLN repository.
107107
3. Tag the resulting docker image: `docker tag IMAGEID YOURUSERNAME/sim-ln:VERSION`
108-
4. Push the tagged image to you dockerhub account.
108+
4. Push the tagged image to your dockerhub account.
109109
5. Modify the `values.yaml` file in the plugin's chart to reflect your username and version number:
110110
```YAML
111111
repository: "YOURUSERNAME/sim-ln"

0 commit comments

Comments
 (0)