From 3710907324534e7decfb4f6a8a0122f11cba2a79 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Thu, 24 Mar 2016 18:34:10 -0400 Subject: [PATCH] Update `ServerRoute` docs to match blueprint --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb37597..836bae6 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ import { } from './events' export default ( - + - + ) ```