Skip to content

Commit 3b19cef

Browse files
Merge pull request #97 from mathbunnyru/patch-1
Update ReadMe.md
2 parents 4546f9b + 83c5dae commit 3b19cef

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
@@ -34,7 +34,7 @@ In addition, the generated sequence types support iterators now. However, there
3434
If you have used mFAST 1.1 version, please notice there are some backward-incompatible changes. First, to make a existing field absent, please use `msg_mref.omit_fieldName()` instead of `msg_mref.set_fieldName().as_absent()`. Second, if you have developed your own visitor for mFAST cref/mref types, the visitor has to be able to visit the new enum cref/mref types.
3535

3636
#### Using mFAST across the web
37-
* OCI has successfully translated the mF AST source code into asm.js (an efficient subset of JavaScript).
37+
* OCI has successfully translated the mFAST source code into asm.js (an efficient subset of JavaScript).
3838
* The asm.js version of mFAST when used with Socket.io enables high volume data exchanges between browsers and servers.
3939
* This is an ideal data format for streaming graphs and feeds to web and mobile clients.
4040
* It can also go the other direction to stream from web and mobile clients.

0 commit comments

Comments
 (0)