Typo in README.md

there's a small typo in the README.md 

htmx use the mocha... -> htmx uses the moca...
This commit is contained in:
makasaurus 2021-09-16 23:46:01 -04:00 committed by GitHub
parent 973fa1899f
commit ecd1628fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ at this point you can modify `/src/htmx.js` to add features, and then add tests
* `/test/ext` - extension tests
* `/test/manual` - manual tests that cannot be automated
htmx use the [mocha](https://mochajs.org/) testing framework, the [chai](https://www.chaijs.com/) assertion frame work,
htmx uses the [mocha](https://mochajs.org/) testing framework, the [chai](https://www.chaijs.com/) assertion frame work,
and [sinon](https://sinonjs.org/releases/v11.1.1/fake-xhr-and-server/) to mock out AJAX requests. They are all OK.
## haiku