From 7b89f04a98b93becf77cc6dfee491ae528c63892 Mon Sep 17 00:00:00 2001 From: Theo Date: Wed, 27 Feb 2019 17:09:09 +0000 Subject: [PATCH] Restored Readme section format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89c482d..5d8ad35 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ See **.travis.yml** for supported **go** versions. Different use case, is to functionally test with a real database - [go-txdb](https://github.com/DATA-DOG/go-txdb) all database related actions are isolated within a single transaction so the database can remain in the same state. - See implementation examples: +See implementation examples: - [blog API server](https://github.com/DATA-DOG/go-sqlmock/tree/master/examples/blog) - [the same orders example](https://github.com/DATA-DOG/go-sqlmock/tree/master/examples/orders)