From 4b01d74574170d5bf83a5592d18f5b995af451bd Mon Sep 17 00:00:00 2001 From: Alek P Date: Mon, 10 Nov 2025 10:20:59 -0500 Subject: [PATCH] Fix typo in list_memory_configurations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ce25f7..02f9818 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Interact with Postgres using natural language right from your IDE: * `list_installed_extensions`: Use this tool to list installed extensions. * `get_query_plan`: Use this tool to get query plan. * `list_autovacuum_configurations`: Use this tool to list autovacuum configurations and its value. - * `list_memory_configuration`s: Use this tool to list memory configurations and its value. + * `list_memory_configurations`: Use this tool to list memory configurations and its value. * `list_top_bloated_tables`: Use this tool to list top bloated tables. * `list_replication_slots`: Use this tool to list replication slots. * `list_invalid_indexes`: Use this tool to list invalid indexes.