diff --git a/README.md b/README.md index 58b58ec..9796f00 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PriZm +# Prism [![C++](https://img.shields.io/badge/C++-23-blue?logo=cplusplus&style=flat-square)](https://isocpp.org/) [![CMake](https://img.shields.io/badge/CMake-3.20+-064F8C?logo=cmake)](https://cmake.org/) @@ -8,14 +8,14 @@ > Distributed physically based rendering platform -PriZm is an open-source rendering platform that combines a physically based path tracing engine written in C++ with a scalable backend for distributed rendering written in Python. +Prism is an open-source rendering platform that combines a physically based path tracing engine written in C++ with a scalable backend for distributed rendering written in Python. --- ## Repository Structure ```text -priZm/ +prism/ ├── app/ # Python-based server infrastructure │ ├── api/ # REST API endpoints │ ├── core/ # Core application logic diff --git a/renderer/README.md b/renderer/README.md index 92dce6a..6943c7b 100644 --- a/renderer/README.md +++ b/renderer/README.md @@ -125,7 +125,7 @@ cd renderer/build && ./renderer_worker ### Configuration -The worker can be configured using environment variables or a .env file in the priZm/renderer directory. +The worker can be configured using environment variables or a .env file in the prism/renderer directory. > [!IMPORTANT] Environment variables take precedence over values defined in the .env file and overwrite .env values.