Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Svirin authored Jan 3, 2020
1 parent 9ac5b3b commit 4dc1c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
$certStorage->clearExpired(); // Run it by cron every 1 hour.
$keyRing = $keyRingStorage->prepare($user);
$cert = $certStorage->prepare($user);
$client = new \AndrewSvirin\EUSPE\Client();
try {
$server = $serverStorage->prepare($user, $cert);
$server->open();
$client = new \AndrewSvirin\EUSPE\Client();
$client->open();
$settings = $client->getFileStoreSettings();
$this->assertNotEmpty($settings);
Expand Down Expand Up @@ -76,4 +76,4 @@
$server->close();
}
}
```
```

0 comments on commit 4dc1c23

Please sign in to comment.