From 4f479b4472a3747266895e84f470faa6644b6bac Mon Sep 17 00:00:00 2001 From: Aaron H Date: Thu, 11 Jun 2020 21:02:15 -0400 Subject: [PATCH] Fixing minor mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 766eba4..12f5eb1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Current Version: 1.0.2 This client requires Java 7+. The JAR comes bundled with all the required dependencies (Jackson Core/Databind/Annotations @ https://github.com/FasterXML). -Having said that, before you delve into any of the examples, the BCDNStorage object must be initialized. The following method will be depreciated eventually; it exists merely for compatibility reasons. +Having said that, before you delve into any of the examples, the BCDNStorage object must be initialized. The following constructor will be depreciated eventually; it exists merely for compatibility reasons. BCDNStorage test = new BCDNStorage("YOUR_ZONE_NAME", "YOUR_API_KEY");