From c8c9415f45e7f47f7b2a114589d1654e5b2135f5 Mon Sep 17 00:00:00 2001 From: Khanbala Rashidov <50279392+KhanbalaRashidov@users.noreply.github.com> Date: Sun, 18 Aug 2024 17:18:12 +0400 Subject: [PATCH] edit readme --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f95dcc1..6983eea 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,16 @@ One-Time Secret Share is a secure application for sharing one-time viewable mess The project directory is organized as follows: +``` one-time-secret-share/ -├── html/ -│ ├── header.html # Common header template -│ ├── index.html # Home page template -│ ├── layout.html # Base layout template -│ ├── message.html # Template for displaying messages -│ ├── note.html # Template for displaying a single note -│ ├── notfound.html # Template for 404 error page -│ └── success.html # Template for success messages +├── html + ├── header.html # Common header template + ├── index.html # Home page template + ├── layout.html # Base layout template + ├── message.html # Template for displaying messages + ├── note.html # Template for displaying a single note + ├── notfound.html # Template for 404 error page + └── success.html # Template for success messages ├── handler.go # HTTP request handlers ├── helpers.go # Helper functions for error handling and template rendering ├── models.go # Data models for the application @@ -23,6 +24,8 @@ one-time-secret-share/ ├── Dockerfile # Docker configuration for building and running the application ├── docker-compose.yml # Docker Compose configuration for services └── README.md # This documentation file +``` +