From 45f97d9f715b2ba3d8321e1c00b725d3cc99f541 Mon Sep 17 00:00:00 2001 From: Bobby Norton Date: Thu, 14 Apr 2016 15:42:49 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ed9281..80af8ba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -## Sparkler - A REST API microservice reference implementation in Java +## Sparkler +### A REST API microservice reference implementation in Java Sparkler isn't a library, and it isn't a framework. It's a Java application that illustrates some REST API design and workflow principles in action. JPetStore served a similar purpose for Java-based web applications in 2002.