From 8e71923a61be948945a31ffb828d1d2e28add0f7 Mon Sep 17 00:00:00 2001 From: Sanpi Date: Mon, 9 Oct 2023 08:53:25 +0200 Subject: [PATCH] Updates readme with cargo add --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfbebfd..1c1155c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ Rust safe binding for [libpq](https://www.postgresql.org/docs/current/libpq.html Add it to your dependencies: -```toml -[dependencies] -libpq = "3.0" +``` +cargo add libpq ```