From 8948237a54ab8c4efecf42e8a01f8d05ea26a821 Mon Sep 17 00:00:00 2001 From: Steven Costiou <26929529+StevenCostiou@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:17:52 +0100 Subject: [PATCH] Update authors in README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e51871..7ebd981 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,14 @@ Instanciate a UI-less debugger on your execution, allowing you to manipulate and inspect it via scripting. The API is on the `SindarinDebugger` class. -- Original author: **Thomas Dupriez** (dupriezt on github) -- Research paper: [Sindarin: A Versatile Scripting API for the Pharo Debugger](https://hal.archives-ouvertes.fr/hal-02280915) +**Research paper:** [Sindarin: A Versatile Scripting API for the Pharo Debugger](https://hal.archives-ouvertes.fr/hal-02280915) + +### Main authors +- [Steven Costiou](https://github.com/StevenCostiou) (2019 - ...) +- [Adrien Vanègue](https://github.com/adri09070) (2022 - 2024) + +### Original author +- [Thomas Dupriez](https://github.com/dupriezt) (2019 - 2021) ## Usage