fix(documentation): Update README to reflect recent changes

This commit is contained in:
2025-01-14 17:37:45 +01:00
parent e294710a0f
commit 95e6295feb
5 changed files with 129 additions and 217 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/beautyfiglet',
version: '1.0.7',
description: 'A Node.js module for creating figlet text displays.'
version: '1.0.8',
description: 'A Node.js module that facilitates the creation of ASCII art using figlet with customizable fonts and layouts.'
}