diff --git a/README.md b/README.md
index 0170cce..70c8a8d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# eskeeper
-
[![GoDoc](https://godoc.org/github.com/po3rin/eskeeper?status.svg)](https://godoc.org/github.com/po3rin/eskeeper) ![Go Test](https://github.com/po3rin/eskeeper/workflows/Go%20Test/badge.svg) [![Apache-2.0](https://img.shields.io/github/license/po3rin/eskeeper)](LICENSE)
+
[![GoDoc](https://godoc.org/github.com/po3rin/eskeeper?status.svg)](https://godoc.org/github.com/po3rin/eskeeper) ![Go Test](https://github.com/po3rin/eskeeper/workflows/Go%20Test/badge.svg) [![Apache-2.0](https://img.shields.io/github/license/po3rin/eskeeper)](LICENSE)
eskeeper synchronizes index and alias with configuration files while ensuring idempotency. It still only supports WRITE. DELETE is not yet supported because the operation of deleting persistent data is dangerous and needs to be implemented carefully.