Skip to content

Commit

Permalink
Update README.md (#2607)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettrowberry authored Sep 16, 2021
1 parent 75f0c8e commit 188eea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fun main(args: Array<String>) {
#### Unopinionated

Ktor Framework doesn't impose a lot of constraints on what technology a project is going to use – logging,
templating, messaging, persistent, serializing, dependency injection, etc.
templating, messaging, persistence, serialization, dependency injection, etc.
Sometimes it may be required to implement a simple interface, but usually it is a matter of writing a
transforming or intercepting function. Features are installed into the application using a unified *interception* mechanism
which allows building arbitrary pipelines.
Expand Down

0 comments on commit 188eea3

Please sign in to comment.