Browse Source

Add clover to possible values

Kevin Sawicki 8 years ago
parent
commit
d9a8c15c69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/touch-bar.md

+ 1 - 1
docs/api/touch-bar.md

@@ -65,7 +65,7 @@ const spin = new TouchBarButton({
 })
 
 const getRandomValue = () => {
-  const values = ['🍒', '💎', '7️⃣', '🍊', '🔔', '⭐', '🍇']
+  const values = ['🍒', '💎', '7️⃣', '🍊', '🔔', '⭐', '🍇', '🍀']
   return values[Math.floor(Math.random() * values.length)]
 }