Skip to content

Commit ba7001e

Browse files
author
Josh Newman
committed
docs: update readme
1 parent 8aafe92 commit ba7001e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ service MyService {
162162
<details>
163163
<summary><h3>Service Prefixes</h3></summary>
164164

165-
Each service can have a path prefix set for all methods to inherit. This is useful
166-
when versioning your API or if you have a parameter that is defined for each
167-
method route.
165+
Each service can have a path prefix set for all methods to inherit. This is
166+
useful when versioning your API or if you have a parameter that is defined for
167+
each method route.
168168

169169
_**You can override the entire path in the method by starting the path out with
170170
a `/`.**_
@@ -206,9 +206,6 @@ service MyService {
206206

207207
## Features In Progress
208208

209-
- Query Parameters
210-
- Header Parameters
211-
- Cookie Parameters
212209
- [Enum](https://json-schema.org/understanding-json-schema/reference/generic.html#enumerated-values)
213210
requirements on fields
214211

0 commit comments

Comments
 (0)