Skip to content

Commit 308709b

Browse files
committed
Resolve merge conflict with master and remove demo entries from top-level README
1 parent 95bdb7b commit 308709b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

polyglot-chat-app/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ The example also shows how to create a native executable from the application us
77
## Preparation
88

99
1. Download or clone the GraalVM demos repository and navigate into the _polyglot-chat-app_ directory:
10-
```bash
11-
git clone https://github.com/graalvm/graalvm-demos
12-
```
13-
```bash
14-
cd graalvm-demos/polyglot-chat-app
15-
```
10+
```bash
11+
git clone https://github.com/graalvm/graalvm-demos
12+
```
13+
```bash
14+
cd graalvm-demos/polyglot-chat-app
15+
```
1616

1717
2. Download and install the latest GraalPy as described in the [Getting Started guide](https://www.graalvm.org/latest/reference-manual/python/#installing-graalpy). For example:
1818
```bash
@@ -81,4 +81,4 @@ The Python code must be copied to the _build/_ directory that is kept next to th
8181

8282
### Learn More
8383

84-
Learn more about GraalVM polyglot capabilities [here](https://www.graalvm.org/latest/reference-manual/polyglot-programming/).
84+
Learn more about GraalVM polyglot capabilities [here](https://www.graalvm.org/latest/reference-manual/polyglot-programming/).

0 commit comments

Comments
 (0)