From 0473dbcc7d0ef9c92d3e98e7ce6376f3dc7ba104 Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Sat, 4 Sep 2021 23:24:52 +0200 Subject: [PATCH] Convert OOM URL to clickable link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd38ef4..833e584 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This makes it possible to use a locally stored copy of the website for analysis. This project is written in [Python](https://www.python.org) and uses [Transcrypt](https://www.transcrypt.org/) to translate Python code into JavaScript. -The current online version is available at https://www.carstengrohmann.de/oom/ . +The current online version is available at [https://www.carstengrohmann.de/oom/](https://www.carstengrohmann.de/oom/) . ## Installation