From 0f297264eeb6619a7bf6f2ded6338d178cd297bf Mon Sep 17 00:00:00 2001 From: "Wanderson M. Pimenta" <60605512+Wanderson-Magalhaes@users.noreply.github.com> Date: Sat, 1 May 2021 05:34:06 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 415ec90..bb5eb10 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,10 @@ python setup.py build > **themes/**: add here your themes (.qss). -> **modules/**: module for running PyDragula GUI. +> **modules/**: module for running PyDracula GUI. > **modules/app_funtions.py**: add your application's functions here. - +Up > **modules/app_settings.py**: global variables to configure user interface. > **modules/resources_rc.py**: "resource.qrc" file compiled for python using the command: ```pyside6-rcc resources.qrc -o resources_rc.py```.