diff --git a/README.md b/README.md index 2ad9a34..499ce9c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Static Gallery Website Builder (SGWB) +# StaticGalleryBuilder (SGB) `builder.py` is a Python script designed to generate static HTML files for hosting images on a web server. It traverses a specified root directory, creates thumbnail previews for images, and generates corresponding HTML files to display the images and subfolders in a user-friendly format. diff --git a/simple-picture-server.code-workspace b/simple-picture-server.code-workspace index aa1a8a4..2667c26 100644 --- a/simple-picture-server.code-workspace +++ b/simple-picture-server.code-workspace @@ -2,7 +2,7 @@ "folders": [ { "path": "./", - "name": "Simple Picture Server" + "name": "StaticGalleryBuilder" } ], "settings": {