Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ five.fab(); // ['Juwan Howard','Ray Jackson','Jimmy King','Jalen Rose','Chris We
five.jackson(); // ['Jackie','Tito','Jermaine','Marlon','Michael']
five.furious(); // ['Tigress','Viper','Crane','Monkey','Mantis']
five.luniz(); // ‘I Got 5 on It’
five.r(); // '£5'
five.funk(); // '5 bad boys with the power to rock you'
five.high(); // 'o/'
five.members(); //['Sean Conlon', 'Ritchie Neville', 'Scott Robinson', 'Jason \'J\' Brown', 'Abz Love']
Expand Down Expand Up @@ -197,6 +196,7 @@ five.guys(); // '🍔'
```javascript
five.euro(); // '5€'
five.dollar(); // '$5'
five.r(); // '£5'
```


Expand Down