Skip to content

Commit 64a8d52

Browse files
committed
Update README
1 parent b939311 commit 64a8d52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ For more information about LiquidJava, visit our [website](https://catarinagambo
1414

1515
#### Option 1: Using Codespaces (Recommended)
1616

17-
- To use codespaces, make sure you’re logged in to GitHub, click the button below, select `4-core`, and then press `Create codespace`. After a few minutes an editor with the LiquidJava extension enabled will open in your browser. Then, after the extension is installed, open the `examples/demo` folder.
17+
- To use codespaces, make sure you’re logged in to GitHub, click the button below, select `4-core`, and then press `Create codespace`. The codespace will open in your browser and will automatically install the LiquidJava extension shortly after.
1818

1919
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/rcosta358/liquidjava-examples)
2020

2121
#### Option 2: Using Dev Containers
2222

23-
- If you prefer to test it locally, you can use VS Code's Dev Containers. Make sure you have Docker and the Dev Containers extension installed in VS Code and use the "Remote-Containers: Open Folder in Container" command. Then, run the `./setup.sh` script in the terminal to install the extension.
23+
- If you prefer to test it locally, you can use VS Code's Dev Containers. Make sure you have Docker and the Dev Containers extension installed in VS Code and use the "Remote-Containers: Open Folder in Container" command. Then, run the `setup.sh` script to install the extension.
2424

2525
#### Option 3: Manual Setup
2626

0 commit comments

Comments
 (0)