From bfd437c2820ac62814005225f1c3693e7cc65667 Mon Sep 17 00:00:00 2001 From: Kevin Gilpin Date: Fri, 14 Jul 2023 10:35:36 -0400 Subject: [PATCH] fix: Add recorder.type = 'process' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51a4976..f9c942c 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Metadata has the following attributes: * **url** *Required* unique URL of the client. * **version** *Optional* version of the client. * **recorder** *Required* information about the method which was used by the client to record the scenario. - * **type** *Required* type of the recording method. Should be consistent across languages and clients. Options: `tests, requests, remote`. + * **type** *Required* type of the recording method. Should be consistent across languages and clients. Options: `tests, requests, remote, process`. * **name** *Required* name of the recording method. This name must be unique to the client, but need not be unique across different clients. * **recording** *Optional* information about the entry-point function which was recorded. * **defined_class** *Required* name of the class which defines the entry-point function.