diff --git a/README.md b/README.md
index 354a2caa964143936cc20e9c48d88bbf4f909ff1..e4f26efe0689e2d84636bdc18c746a35d25b5602 100644
--- a/README.md
+++ b/README.md
@@ -151,9 +151,8 @@ this API.
 Concurrency is currently not handled by the API : if 2 users try to update the same player's points at the same time,
 the update could return inconsistent data. We could for example use a versioning on player entity to set it up.
 
-- change score computing
-- add checkstyle
-- ...
-- open api
-- Itest
-  regarder les contraintes
\ No newline at end of file
+We also have no pagination on finding players : this could be a good improvement in the case of dealing with large
+amount of players.
+
+Finally, one last improvement we could make is to handle transactions. This is permitted by AWS SDK but would require
+some refactoring inside the Repository layer.
\ No newline at end of file