Skip to content

Commit 3fc7e49

Browse files
committed
readme refinement
1 parent 20d4455 commit 3fc7e49

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,7 @@ server.route({
126126
});
127127
```
128128

129-
The options for the Route config can also be array, the type is represented as
130-
131-
```ts
132-
interface RouteOptions {
133-
lenses: Lens<object, string>[];
134-
pathToSource?: Lens<object, Response>;
135-
}
136-
137-
// allows single option object or multiple
138-
const routeOptions: RouteOptions | RouteOptions[];
139-
```
129+
## For multiple nested keys
140130

141131
Example with multiple options
142132

0 commit comments

Comments
 (0)