From 1e5338781a49094b9b292288aea0726ad47f9956 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Tue, 6 Dec 2016 19:01:34 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f6c2f4..988946a 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Realm](https://github.com/realm/realm-java) - Mobile database to run directly inside phones, tablets or wearables. * [Redisson](https://github.com/mrniko/redisson) - Allows for distributed and scalable data structures on top of a Redis server. * [Speedment](https://github.com/speedment/speedment) - Database access library that utilizes the Java 8 Stream API for querying. -* [sql2o](http://sql2o.org/) - Thin JDBC wrapper that simplyfies database access and provides simple mapping of ResultSets to POJOs. +* [sql2o](http://sql2o.org/) - Thin JDBC wrapper that simplifies database access and provides simple mapping of ResultSets to POJOs. * [Vibur DBCP](http://www.vibur.org/) - JDBC connection pool library which offers advanced performance monitoring capabilities. ## Data structures