Skip to content

Commit d152d0d

Browse files
author
kurttheviking
committed
readme clarification
1 parent 0c7a650 commit d152d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ A promise that resolves to an Array of the current reward state of each arm; eac
130130

131131
> bandit.reward(1, 0).then(function (rewards) { console.log(rewards); });
132132
133-
[1, 0.66666]
133+
[1, 0.5]
134134
```
135135
136136
#### `bandit.serialize()`

0 commit comments

Comments
 (0)