diff --git a/README.md b/README.md index 86e171e..2a28767 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Additionally, origins can be specified dynamically via a block of the following origins { |source, env| true || false } ``` -A Resource path can be specified as exact string match (`/path/to/file.txt`) or with a '\*' wildcard (`/all/files/in/*`). To include all of a directory's files and the files in its subdirectories, use this form: `/assets/**/*`. A resource can take the following options: +A Resource path can be specified as exact string match (`/path/to/file.txt`) or with a '\*' wildcard (`/all/files/in/*`). A resource can take the following options: * **methods** (string or array or `:any`): The HTTP methods allowed for the resource. * **headers** (string or array or `:any`): The HTTP headers that will be allowed in the CORS resource request. Use `:any` to allow for any headers in the actual request.