From 2898c29892fa93e3aaad469ea4d1df18c68850ac Mon Sep 17 00:00:00 2001 From: min Date: Mon, 17 Nov 2025 14:22:26 -0500 Subject: [PATCH] Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 465355e..30b0e48 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Chains-gen -chains-gen is a simple little program to create a Markov chain and then generate some text using it. +chains-gen is a simple little program to create a Markov chain and then generate text with it. To use it, put your training data inside `data.txt` in a directory, and then run the program there. > [!NOTE] -> You should try to keep each "entry" of data contained in one line, not bleeding out into multiple. The results could be weird if you don't.. +> Try to keep each entry of data contained in one line and not bleeding out into multiple. (The results will be better) If everything is okay you should be able to hit enter and generate sentences.