From 0d277d7a221100cca28b4c5c15a3fd60ee122ddf Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sun, 2 Apr 2017 17:13:54 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51948b7..47b4f20 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ More examples and complete projects can be found in the [angel-example](https:// The following is an [explosive application](https://github.com/angel-example/explode) complete with a REST API and WebSocket support. It interacts with a MongoDB database, and reads configuration automatically from a `config/.yaml` file. Templates are rendered with Mustache, and all responses are compressed via GZIP. -All in just about 20 lines of actual code. +**All in just about 20 lines of actual code.** ```dart import 'dart:async';