From 75f9be43646ed907b91c60efb0f6867d5a407f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Thu, 9 Oct 2025 17:13:52 +0200 Subject: [PATCH] Testing, testing... --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 43e99e6c0bd5..c0a13496fc11 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # [Erlang/OTP](https://www.erlang.org) +Testing, testing... + **Erlang** is a programming language and runtime system for building massively scalable soft real-time systems with requirements on high availability. **OTP** is a set of Erlang libraries, which consists of the Erlang runtime system, a number of ready-to-use components mainly written in Erlang, and a set of design principles for Erlang programs. [Learn more about Erlang and OTP](https://www.erlang.org/doc/system/getting_started.html).