From 9e88f68fe04f7b1364dca1de58c68c2672e25fc1 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Wed, 2 Oct 2024 17:00:13 +0200 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd0257e..9a45622 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # NuCon (Nucleares Controller) -NuCon is a Python library designed to interface with and control parameters in the game Nucleares, a nuclear reactor simulation game. This library provides a robust and type-safe way to interact with various reactor components and systems. +NuCon is a Python library designed to interface with and control parameters in Nucleares, a nuclear reactor simulation game. It provides a robust, type-safe foundation for reading and writing game parameters, allowing users to easily create their own automations and control systems. + +In future versions, NuCon aims to implement built-in automation features. ## Features