Skip to content

Commit

Permalink
Merge branch 'master' of github.com:noboomu/proteus
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Nov 29, 2018
2 parents 4a0f6fa + dc184c2 commit 8f03453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright {yyyy} {name of copyright owner}
Copyright 2018 Joshua Bauer

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Blazing fast!!!

TL;DR
---------------
Proteus rewrites your user friendly MVC controller methods into blazing fast Undertow response handlers at run time.
Proteus rewrites your user friendly MVC controller methods into high performance Undertow response handlers at run time.
Easy on the developer and the metal.

Getting Started
Expand All @@ -41,7 +41,7 @@ Getting Started
<dependency>
<groupId>io.sinistral</groupId>
<artifactId>proteus-core</artifactId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.5</version>
</dependency>
```

Expand Down

0 comments on commit 8f03453

Please sign in to comment.