diff --git a/readme.md b/readme.md index d5925f9..3166494 100644 --- a/readme.md +++ b/readme.md @@ -89,6 +89,16 @@ stair.get('deltaF'); The x-up y-down procedure can be implemented in two modes. With the `wait` mode, we will wait `y` good answers to increase difficulty and `x` answers to decrease difficulty. +```js +var stair = new Staircase({ + deltaF: { + ... + wait: true, + ... + } +}); +``` + ### `wait` mode ```javascript