diff --git a/README.md b/README.md index 36cda7c..07978d9 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ $client = new LEClient( LEClient::LE_PRODUCTION, new DiagnosticLogger(), new Client(), - new FilesystemCertificateStorage('cert storage url'), - new FilesystemAccountStorage('account storage url') + new FilesystemCertificateStorage('cert storage path'), + new FilesystemAccountStorage('account storage path') ); ```