From 44c71ed7ccd8463fd5552e68a1947f194f167942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Mon, 15 Aug 2016 14:59:39 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1beb1e2..df140562 100644 --- a/README.md +++ b/README.md @@ -157,14 +157,14 @@ Create a Monarch tokenizer [here](https://microsoft.github.io/monaco-editor/mona * clone https://github.com/Microsoft/vscode in `$/src/vscode/` (next to this repo) * run `$/src/vscode> gulp watch` * run `$/src/monaco-editor> npm run simpleserver` -* open http://localhost:8080/monaco-editor/test/?editor=dev +* open [http://localhost:8080/monaco-editor/test/?editor=dev](http://localhost:8080/monaco-editor/test/?editor=dev) ### Running a plugin (e.g. monaco-typescript) from source * clone https://github.com/Microsoft/monaco-typescript in `$/src/monaco-typescript` (next to this repo) * run `$/src/monaco-typescript> npm run watch` * run `$/src/monaco-editor> npm run simpleserver` -* open http://localhost:8080/monaco-editor/test/?editor=dev&monaco-typescript=dev +* open [http://localhost:8080/monaco-editor/test/?editor=dev&monaco-typescript=dev](http://localhost:8080/monaco-editor/test/?editor=dev&monaco-typescript=dev) ---