From e28099fdd9895e2c7fcc7456e0686176eebd4238 Mon Sep 17 00:00:00 2001 From: Volker Sorge Date: Sat, 3 Feb 2018 18:16:32 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c35f4ac0c..1d547b20e 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Current API functions are divided into three categories. **Note that in asynchronous operation mode for these methods to work correctly, it is necessary to ensure that the Engine is ready for processing. See the -isReady flag below.** +engineReady flag below.** #### Methods that take an input filename and optionally an output filename: @@ -123,7 +123,7 @@ exposed via the command line interface. | ---- | ---- | | `pprintXML(string)` | Returns pretty printed version of a serialised XML string. | | `version` | Returns SRE's version number. | -| `isReady()` | Returns flag indicating that the engine is ready for procssing (i.e., all necessary rule files have been loaded, the engine is done updating, etc.). **This is important in asynchronous settings.** | +| `engineReady()` | Returns flag indicating that the engine is ready for procssing (i.e., all necessary rule files have been loaded, the engine is done updating, etc.). **This is important in asynchronous settings.** | Standalone Tool ---------------