From 884baa5abc9482b45e03a3345f2d60776b1e9138 Mon Sep 17 00:00:00 2001 From: Oleksii Dykan Date: Mon, 20 Mar 2017 14:04:08 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6947c7..5338dc3 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ struct Api: RouterType { } static let `default`: Environment = .localhost +} ``` And in our application we would use it like this: