From 6c5fa86613a5293fb92af74e74f96cd19408a6e2 Mon Sep 17 00:00:00 2001 From: David Morley Date: Thu, 3 Mar 2016 05:30:43 -0600 Subject: [PATCH] Clean up README for Jackson/Gson article --- gson-jackson-performance/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gson-jackson-performance/README.md b/gson-jackson-performance/README.md index 32002eb38e..5b08f6cdec 100644 --- a/gson-jackson-performance/README.md +++ b/gson-jackson-performance/README.md @@ -1,3 +1,3 @@ ## Performance of Gson and Jackson -## Standalone java programs to measure the performance of both JSON APIs based on file size and object graph complexity. +Standalone java programs to measure the performance of both JSON APIs based on file size and object graph complexity.