From 57fb05fb068028070691abf6da1c8f002028746b Mon Sep 17 00:00:00 2001 From: Kezi Date: Thu, 22 Oct 2020 21:14:41 +0200 Subject: [PATCH] use toml language in example Co-authored-by: Joshua Nelson --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73f5fbdc..ecddb833 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,8 @@ sqlx = { version = "0.4.0", features = [ "runtime-async-std-native-tls" ] } ## Usage ### Quickstart -``` + +```toml [dependencies] sqlx = { version = "0.4.0-beta.1", features = [ "postgres" ] } async-std = { version = "1.6", features = [ "attributes" ] }