diff --git a/Package/Python/README.md b/Package/Python/README.md index c9cb265..b697817 100644 --- a/Package/Python/README.md +++ b/Package/Python/README.md @@ -1,6 +1,8 @@ # Bellande Format Python Example ``` +from bellande_format import Bellande_Format + bellande_formatter = Bellande_Format() # Parse a Bellande file @@ -22,7 +24,7 @@ bellande_formatter.write_bellande(data_to_write, "path/to/output/file.bellande") ``` Name: bellande_format -Version: 0.1.0 +Version: 0.1.4 Summary: File type Formats Home-page: github.com/RonaldsonBellande/bellande_format Author: Ronaldson Bellande