Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit fe10b3f

Browse files
author
Daniel Brain
authored
Update README.md
1 parent 9e133fb commit fe10b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ post-robot will serialize and deserialize the following data types in messages:
1919
- Objects, arrays, strings, numbers, booleans, null
2020
- Note: this includes any JSON-serializable types
2121
- Functions
22-
- Note: the deserealized function will always return a `Promise` - specifically a [`ZalgoPromise`](https://github.com/krakenjs/zalgo-promise)
22+
- Note: the function passed will be a [reference to the original function](#functions), and the deserialized function will always return a `Promise` - specifically a [`ZalgoPromise`](https://github.com/krakenjs/zalgo-promise)
2323
- Promises
2424
- Note: deserialized promises will be instances of [`ZalgoPromise`](https://github.com/krakenjs/zalgo-promise)
2525

0 commit comments

Comments
 (0)