Skip to content
This repository was archived by the owner on Oct 21, 2019. It is now read-only.

Commit afd8ffc

Browse files
author
Carlos Lisandra Osborne
committed
Revert "Update documentation"
This reverts commit 3f9c43c.
1 parent 3f9c43c commit afd8ffc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ public void ConfigureServices(IServiceCollection app)
3838
context
3939
.AddUrlCheck("http://www.google.com")
4040
.AddFtp("ftp.uconn.edu", "anonymous", "", 21, FtpTransferMode.Binary, "Public Ftp Test");
41-
.AddSqlDatabase("NameOfSqlDatabase", "connectionString");
42-
.AddMongoDatabase("NameOfMongoDatabase", "connectionString);
4341
});
4442
}
4543
```

0 commit comments

Comments
 (0)