From 84072b642ecf7070b54c698895d37db84a38ee7b Mon Sep 17 00:00:00 2001 From: Adam Kliment Date: Fri, 30 Oct 2015 17:44:46 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd9906c..587bdf0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This library takes API Blueprint AST and returns specific HTTP transactions (Req - Validates URI parameteres types - Selects first request and first response if multiple request or responses are given in the - Assigns path origin object pointing to the Blueprint AST -- Compiles [cannonical transction path](#canonical-transaction-paths) as a unique identifier for each transaction +- Compiles [cannonical transaction path](#canonical-transaction-paths) as a unique identifier for each transaction - Assigns origin object pointing to the Blueprint AST [DEPRECATED] - Compiles Transaction name string for each transaction [DEPRECATED]