From de0f06e7e4c2250d019d8a081d695f126410b1e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Farkas=20J=C3=B3zsef?= Date: Sun, 1 Jan 2017 10:58:59 +0100 Subject: [PATCH] Fix config-serializer's README --- src/config-serializer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config-serializer/README.md b/src/config-serializer/README.md index e9892a5f..9b7e62e0 100644 --- a/src/config-serializer/README.md +++ b/src/config-serializer/README.md @@ -24,7 +24,7 @@ Each configuration item belongs to a specific type. The following types are avai **Primitive types** are integers of different sizes, and string. See [UhkBuffer](UhkBuffer.ts) which implements all the primitive types. -**Compound types** are composed of primitive types, and/or compound types. All compound types must descend from the [Serializable](Serializable.ts) class, and saved into the [config-items](config-items) directory. +**Compound types** are composed of primitive types, and/or compound types. All compound types are saved into the [config-items](config-items) directory. ## Dumping serialization