From 37a5dc9a8525e7924553be6b67eb6a9563279855 Mon Sep 17 00:00:00 2001 From: Oliver Jakoubek Date: Wed, 27 May 2020 22:28:17 +0200 Subject: [PATCH] Added list of supported messages --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f1afcdd..c379bb9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ *feragstring* is a Go package for creating a Ferag string file from a JSON data structure. If you don't know what Ferag (the company) or a Ferag string is you probably don't need this package. +## Supported messages + +- Title Info (%2440) +- Title End (%2441) +- Product Reference (%2450) +- Route List Entry (%2401) +- Route Info (%2402) + ## Installation ```bash