Skip to content

Commit 8055f80

Browse files
author
Tree
committed
build README
1 parent 8fca28a commit 8055f80

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
# https-certification-monitor
2+
```
3+
$filename = __DIR__ . '/example/conf.json';
4+
$scene = new \Tree\Util\Scene\DomainsMonitoring($filename);
5+
$scene->doMonitorAndRemindByEMail();
6+
// $scene->doMonitor();
7+
echo "done\n";
8+
```

0 commit comments

Comments
 (0)