Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Nov 12, 2024
1 parent d13ac5d commit a56a1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $zodiac = Calculator::zodiac('1977-06-17');
$name = $zodiac->name(); // 'gemini'
$html = $zodiac->html(); // '♊︎'
$localized = $zodiac->localized('fr'); // Gémeaux
$compatibility = $zodiac->compatibility($zodiac); // 6
$compatibility = $zodiac->compatibility($zodiac); // .6
```

## Development & Testing
Expand Down

0 comments on commit a56a1cc

Please sign in to comment.