diff --git a/README.md b/README.md index addc66f6..b8bb7593 100644 --- a/README.md +++ b/README.md @@ -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'] @@ -197,6 +196,7 @@ five.guys(); // '🍔' ```javascript five.euro(); // '5€' five.dollar(); // '$5' +five.r(); // '£5' ```