Skip to content

Commit 5bdd0e3

Browse files
authored
Update README.md
1 parent f09809d commit 5bdd0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ utils.test.initialize(pm, name, process, onerror)
123123
#### Example
124124
```JavaScript
125125
utils.test.initialize(pm, null, function() {
126-
console.log("Add initialization logic here.");
126+
console.log("Add initialization logic here.");
127127
}, function() {
128128
console.log("This code will be executed if an error occurs in code above.");
129129
});

0 commit comments

Comments
 (0)