Skip to content

Commit

Permalink
Add TravisCI badge and fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Florin Rendler committed Oct 19, 2018
1 parent 4be0f1a commit d8f4f36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.md
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/koderhut/securitytxt.svg?branch=master)](https://travis-ci.org/koderhut/securitytxt)

# SecurityTXT
A set of classes to help build a security.txt file in OO manner.
For a more detailed description of the security.txt file please visit: [securitytxt.org](http://securitytxt.org)
Expand All @@ -17,7 +19,7 @@ $document->addDirective($contact);

The last step is to simply cast to string or call __toString():
```php
echo $document->__toStrin();
echo $document->__toString();
```

## LICENSE
Expand Down

0 comments on commit d8f4f36

Please sign in to comment.