diff --git a/README.md b/README.md index 0a9b7c8..1ad5d7c 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,8 @@ you can use it to build links to searh results: ````php fromQuerystring(); // get search string, pagenum, rpp, etc from the request $dfResults = $df->query(); // no need to specify query or page, it's already set through the 'fromQuerystring' method ```` @@ -226,7 +227,8 @@ Also , the second arg in constructor has the same effect. This code is equivalen ````php query(); @@ -255,7 +257,8 @@ When specifying filters in request parameters, follow this convention: ````php 'sp_df_df_', // prefix to use with toQuerystring. CAN'T USE EMPTY STRINGS @@ -268,7 +271,8 @@ $df = DoofinderApi('6a9abc4dc17351123b1e0198af92e6e9', // hashid #### Defaults #### ````php 'dfParam_',