Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
gar-mil committed Jan 8, 2024
1 parent 343c909 commit 80d5f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Future updates will be sporadic, and I am not intending to develop this into a f

## Usage
* Step 1.) Instantiate the RusticTest class (var tests = new RusticTest()).
* Step 2.) Run your tests (tests.assertEquals('1+1=2',2,'1+1')).
* Step 2.) Run your tests (tests.assertEquals('1+1=2',2,testValue,'Adds one and one together.')).
* Step 3.) Display the results (tests.testResults()).

## Methods
Expand Down

0 comments on commit 80d5f73

Please sign in to comment.