Skip to content

Commit 5921cfd

Browse files
committed
Edit README
1 parent b23e80b commit 5921cfd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $sign = Calculator::fromUnix(228268800);
6363
$sign = Calculator::fromUnix('228268800');
6464
```
6565

66-
### SignInterface
66+
### Sign
6767

6868
```php
6969
use Intervention\Zodiac\Calculator;
@@ -76,7 +76,7 @@ $sign = Calculator::fromDate($date);
7676
$name = $sign->name(); // 'gemini'
7777
$html = $sign->html(); // '♊︎'
7878
$localized = $sign->localize('fr')->name(); // Gémeaux
79-
$compatibility = $zodiac->compatibility($zodiac); // .6
79+
$compatibility = $sign->compatibility($sign); // .6
8080
```
8181

8282
## Development & Testing

0 commit comments

Comments
 (0)