Skip to content

Commit f32583f

Browse files
committed
docs: typos
1 parent 91aefa4 commit f32583f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The key here is, that `getDependencies` is solely a helper. For testing, you mig
135135
and `create` the router yourself with a mocked up database.
136136

137137
### Prefix
138-
Prefixes get applied to all actions in a router. That means `prefix: '/auth'` puts all your actions after
138+
Prefixes get applied to all actions in a router. That means `prefix: '/auth'` puts all your actions within
139139
that path prefix. You can forgo this and specify absolute paths in your actions if you want.
140140

141141
```typescript
@@ -173,7 +173,7 @@ to your `action`.
173173
route({
174174
path: '/resource/:id',
175175
method: HttpMethod.POST,
176-
// we give you @lcdev/schema-builder through the `emptySchema` export
176+
// we give you @serafin/schema-builder through the `emptySchema` export
177177
// you can also using a json schema directly, using the `JSONSchema` export
178178
schema: emptySchema()
179179
.addNumber('x')

0 commit comments

Comments
 (0)