diff --git a/README.md b/README.md index 63a3d51..df87d4c 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ The router has a POST route that decodes a `User` instance from the request body The router has a GET route that reads a user id from the query parameters and decodes the instance of `User` that is in the session for that id. -``` +```swift public struct User: Codable { let id: String let name: String diff --git a/docs/Classes.html b/docs/Classes.html index d70f0ae..60b9fcf 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -22,7 +22,7 @@ KituraSession Docs - (100% documented) + (97% documented)
@@ -182,7 +182,7 @@