There was an error while loading. Please reload this page.
1 parent b23e80b commit 5921cfdCopy full SHA for 5921cfd
1 file changed
README.md
@@ -63,7 +63,7 @@ $sign = Calculator::fromUnix(228268800);
63
$sign = Calculator::fromUnix('228268800');
64
```
65
66
-### SignInterface
+### Sign
67
68
```php
69
use Intervention\Zodiac\Calculator;
@@ -76,7 +76,7 @@ $sign = Calculator::fromDate($date);
76
$name = $sign->name(); // 'gemini'
77
$html = $sign->html(); // '♊︎'
78
$localized = $sign->localize('fr')->name(); // Gémeaux
79
-$compatibility = $zodiac->compatibility($zodiac); // .6
+$compatibility = $sign->compatibility($sign); // .6
80
81
82
## Development & Testing
0 commit comments