Merge pull request #597 from makasaurus/patch-1

Typo in README.md

thank you!
This commit is contained in:
1cg 2021-09-16 22:46:05 -06:00 committed by GitHub
commit c9fd7a5844
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