Skip to content

Commit

Permalink
Fix example typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mremond committed Jan 25, 2016
1 parent f6f21a5 commit ca37396
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 @@ -120,7 +120,7 @@ Shell got {'$gen_event',{xmlstreamstart,<<"root">>,[]}}
ok
% Feed more content:
5> S3 = fxml_stream:parse(S2, <<"<xmlelement>content cdata</xmlelement">>).
5> S3 = fxml_stream:parse(S2, <<"<xmlelement>content cdata</xmlelement>">>).
<<>>
% Receive more messages:
Expand Down

0 comments on commit ca37396

Please sign in to comment.