From d973c09179d2e808ed818f748d57a760e86285b7 Mon Sep 17 00:00:00 2001 From: jalbarracinv <32862572+jalbarracinv@users.noreply.github.com> Date: Sat, 25 Dec 2021 22:58:52 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6c9991..6434167 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Included Files: 2) funct.py -> main bbs functions -3) head.seq -> a sequence (random chars) file generated with http://petscii.krissz.hu/ this is just to have "something" to show to the user. - +3) welcome.seq -> a sequence (random chars) file generated with http://petscii.krissz.hu/ this is a welcome banner example. + menu.seq -> a sequence (random chars) file generated with http://petscii.krissz.hu/ this is a menu example. ## To start, first create the needed databases in MySQL with the following commands: CREATE DATABASE `cbmbbs` /*!40100 DEFAULT CHARACTER SET utf8 */;