From 621847ca9af7d90efebf33285fb39915be1f66e3 Mon Sep 17 00:00:00 2001 From: Oliver Jakoubek Date: Fri, 29 May 2020 11:03:57 +0200 Subject: [PATCH] README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 970ae4f..7e4dc04 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # feragstring -*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 ;-) +*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 ;-) ## The shortest possible FERAG string @@ -54,6 +54,8 @@ fs.AddProductReference(pr1) - Product Reference (%2450) - Route List Entry (%2401) - Route Info (%2402) +- Production Drop (%2403) +- Route End (%2406) ## Installation