diff --git a/cellar/README.md b/cellar/README.md
index fc88880..d4dddd5 100644
--- a/cellar/README.md
+++ b/cellar/README.md
@@ -69,7 +69,13 @@ Python 3.9
Analyzer
A class whose instance(declaration) when called returns a list of the all the text contained within the operative part for each European Case law case(En-English only).
Writing
- A class which writes the text for the operative part for each European Case law case(En-English only) into csv,json and txt files(Generated upon initialization).
+ A class which writes the text for the operative part for each European Case law case(En-English only) into csv,json and txt files(Generated upon initialization).
+ the Writing
has three functions :
+
+ to_csv()
- Writes the operative part along with celex id into a csv file
+ to_json()
- Writes the operative part along with celex id into a json file
+ to_txt()
- Writes the operative part along with celex id into a txt file
+