From 3921f01d3910b42ff81ed912ae0c7352b8f2d289 Mon Sep 17 00:00:00 2001 From: Dorian Iacobescu Date: Thu, 20 Dec 2018 10:36:59 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eea0e2..898f671 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Traktor -Needs update + `Traktor` is a library to execute actions in a traceable manner by applying a two-phase-commit pattern. + It is mainly defined by two behaviours: + - `Traktor.Action` for the business logic; + - `Traktor.Store` for the persistance layer.