docs: update env example and readme for user description

Add clarifying comment about DISPLAY_USER_DESCRIPTION in .env.example
Update README formatting and add note about home page cards effect

ewancroft.uk 18298466 63b57169

verified
Changed files
+6 -3
+1
.env.example
··· 15 15 DISPLAY_USER_BANNER=false 16 16 17 17 # Optional: Set to 'true' to display the user's description. Defaults to 'false'. 18 + # Note: This only affects the display of user descriptions on the home page cards. 18 19 DISPLAY_USER_DESCRIPTION=false 19 20 20 21 # Example DIDs:
+5 -3
README.md
··· 47 47 ``` 48 48 49 49 Example for controlling the display of the user description: 50 - ``` 51 - DISPLAY_USER_DESCRIPTION=true 52 - ``` 50 + ``` 51 + DISPLAY_USER_DESCRIPTION=true 52 + ``` 53 + 54 + Note: `DISPLAY_USER_DESCRIPTION` only affects the display of user descriptions on the home page cards. 53 55 54 56 4. **Run the development server:** 55 57 ```bash