From bf913e94ebbf0336b55a658df5ad9420d38a098b Mon Sep 17 00:00:00 2001 From: Ian Norden Date: Tue, 16 Jun 2020 12:59:35 -0500 Subject: [PATCH] format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49cbf09..d0d9d9a 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,12 @@ package main import ( "github.com/ethereum/go-ethereum/trie" - "github.com/jmoiron/sqlx" + "github.com/jmoiron/sqlx" "github.com/vulcanize/pg-ipfs-ethdb" ) func main() { - connectStr := "postgresql://localhost:5432/vulcanize_testing?sslmode=disable" + connectStr := "postgresql://localhost:5432/vulcanize_testing?sslmode=disable" db, _ := sqlx.Connect("postgres", connectStr) kvs := ipfsethdb.NewKeyValueStore(db)