Skip to content

Commit 26bb4b7

Browse files
authored
Update README.md
... to match the style of the other editor instructions.
1 parent b57599f commit 26bb4b7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Editors/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,9 @@ With this added in `.vimrc`, you can use `<c-x><c-o>` in insert mode to trigger
104104

105105
## Theia Cloud IDE
106106

107-
How to use `theiaide/theia-swift` image?
107+
You can use SourceKit-LSP with Theia by using the `theiaide/theia-swift` image. To use the image you need to have [Docker](https://docs.docker.com/get-started/) installed first.
108108

109-
To use image you need to have [Docker](https://docs.docker.com/get-started/) installed first.
110-
111-
This script pulls the image and runs Theia IDE on http://localhost:3000 with the current directory as a workspace.
109+
The following command pulls the image and runs Theia IDE on http://localhost:3000 with the current directory as a workspace.
112110

113111
docker run -it -p 3000:3000 -v "$(pwd):/home/project:cached" theiaide/theia-swift:next
114112

0 commit comments

Comments
 (0)