diff --git a/README.md b/README.md index 0a128f851..70886ca9a 100755 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ And you don't need to create Java objects (or POJO-s) for any of the payloads th | [`status`](#status) | [`soap action`](#soap) | [`configure`](#configure) **Secondary HTTP Keywords** | [`param`](#param) | [`header`](#header) | [`cookie`](#cookie) | [`form field`](#form-field) | [`multipart field`](#multipart-field) | [`multipart entity`](#multipart-entity) -**Get, Set, Match** | [`get`](#get) / [`set`](#set) | [`match ==`](#match) | `match` [`contains`](#match-contains) [`only`](#match-contains-only) | `match` [`each`](#match-each) -**Special Variables** | [`response`](#response) | [`cookies`](#cookies) | [`responseHeaders`](#responseheaders) | [`responseStatus`](#responsestatus) / [`responseTime`](#responsetime) +**Get, Set, Match** | [`get`](#get) / [`set`](#set) | [`match ==`](#match) | [`contains`](#match-contains) / [`only`](#match-contains-only) | `match` [`each`](#match-each) +**Special Variables** | [`response`](#response) / [`cookies`](#cookies) | [`responseHeaders`](#responseheaders) | [`responseStatus`](#responsestatus) | [`responseTime`](#responsetime) **Code Re-Use** | [`call`](#call) | [Calling `*.feature` files](#calling-other-feature-files) | [Calling JS Functions](#calling-javascript-functions) | [JS `karate` object](#the-karate-object) **Tips / Examples** | [Embedded Expressions](#embedded-expressions) | [GraphQL RegEx Example](#graphql--regex-replacement-example) | [Multi-line Comments](#multi-line-comments) | [Cucumber Tags](#cucumber-tags) | [Data Driven Tests](#data-driven-tests) | [Auth](#calling-other-feature-files) / [Headers](#http-basic-authentication-example) | [Ignore / Validate](#ignore-or-validate) | [Examples and Demos](karate-demo)