diff --git a/README.md b/README.md index 5383416..1102bde 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# Phonograph (FKA Interim) +# Phonograph A friendly, collaborative PostgreSQL derivative for nerds of all stripes. +![Screenshot of multi-cursor editing, as well as a dropdown menu with a highlighted option labeled "PostgreSQL credentials"](./docs/screenshot_multi_cursor.png) + ## LLM Code Policy Large language model code generation is permitted sparingly in very limited @@ -146,7 +148,8 @@ characters, this balances name length with an ample space for possible names. ## Footnotes -[^1]: Barring historical pedantry, "Postgres" and "PostgreSQL" are essentially +[^1]: + Barring historical pedantry, "Postgres" and "PostgreSQL" are essentially synonymous and are often used interchangeably. As a matter of convention throughout Phonograph docs, "Postgres" is largely used to refer to the database software, while "PostgreSQL" is typically used to refer to the diff --git a/docs/screenshot_multi_cursor.png b/docs/screenshot_multi_cursor.png new file mode 100644 index 0000000..3d7edf9 Binary files /dev/null and b/docs/screenshot_multi_cursor.png differ