diff --git a/README.md b/README.md index f24218a..41b7a4e 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Note, if using importmaps and native ES Modules in a browser, or in a JS runtime @@ -100,12 +100,12 @@ console.assert(right.value() === 500) // later, update the constraints and re-calculate setTimeout(() => { - solver.suggestValue(left, 200) - solver.suggestValue(width, 600) - - solver.updateVariables() // update - - console.assert(right.value() === 800) + solver.suggestValue(left, 200) + solver.suggestValue(width, 600) + + solver.updateVariables() // update + + console.assert(right.value() === 800) }, 2000) ``` @@ -166,7 +166,6 @@ open a pull request! [![License](https://img.shields.io/badge/license-BDS%203--clause-brightgreen)]() - ## Status [![Build Status](https://github.com/lume/kiwi/actions/workflows/tests.yml/badge.svg)](https://github.com/lume/kiwi/actions/workflows/tests.yml)