diff --git a/polyglot-chat-app/README.md b/polyglot-chat-app/README.md index 635176f46..9e2027d80 100644 --- a/polyglot-chat-app/README.md +++ b/polyglot-chat-app/README.md @@ -7,12 +7,12 @@ The example also shows how to create a native executable from the application us ## Preparation 1. Download or clone the GraalVM demos repository and navigate into the _polyglot-chat-app_ directory: - ```bash - git clone https://github.com/graalvm/graalvm-demos - ``` - ```bash - cd graalvm-demos/polyglot-chat-app - ``` + ```bash + git clone https://github.com/graalvm/graalvm-demos + ``` + ```bash + cd graalvm-demos/polyglot-chat-app + ``` 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: ```bash @@ -81,4 +81,4 @@ The Python code must be copied to the _build/_ directory that is kept next to th ### Learn More -Learn more about GraalVM polyglot capabilities [here](https://www.graalvm.org/latest/reference-manual/polyglot-programming/). +Learn more about GraalVM polyglot capabilities [here](https://www.graalvm.org/latest/reference-manual/polyglot-programming/). \ No newline at end of file