From 04b92603fab00ca3499e40bf353d1ee5922e490d Mon Sep 17 00:00:00 2001 From: Anatoly Bubenkov Date: Tue, 7 Jul 2015 21:35:25 +0200 Subject: [PATCH] mention default parser correctly. closes #136 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5ff3d5d..98972b9 100644 --- a/README.rst +++ b/README.rst @@ -224,8 +224,8 @@ And even more, there are several types of step parameter parsers at your disposa from the text and passed to your ``step()`` function. Type conversion can only be done via `converters` step decorator argument (see example below). -The default parser is `parse`, so you have to do nothing in addition to use it. -Parsers, as well as their optional arguments are specified like: +The default parser is `string`, so just plain one-to-one match to the keyword definition. +Parsers except `string`, as well as their optional arguments are specified like: for `cfparse` parser