diff --git a/README.md b/README.md index 0c785d5..f8a46e6 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,9 @@ mpc_parser_t *Maths = mpc_new("maths"); mpca_lang(MPCA_LANG_DEFAULT, " expression : (('+' | '-') )*; " - " product : (('*' | '/') )*; " - " value : /[0-9]+/ | '(' ')'; " - " maths : /^/ /$/; ", + " product : (('*' | '/') )*; " + " value : /[0-9]+/ | '(' ')'; " + " maths : /^/ /$/; ", Expr, Prod, Value, Maths, NULL); mpc_result_t r;