Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfv committed Mar 22, 2024
1 parent 7689e0f commit 1d6d4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpt/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Getting Started

"xpt" is pronounced "except." This package contains a simple assertion testing framework written in JavaScript. If any one of the `xpt` assertions fail, it will throw an exception.
"xpt" is pronounced "expect" or "except." This package contains a simple assertion testing framework written in JavaScript. If any one of the `xpt` expectations fail, it will throw an exception and halt program execution. Exceptions can be caught using the standard `try ... catch` block.

0 comments on commit 1d6d4f8

Please sign in to comment.