From 10e383962ca4c292db05ff2d14b03708c2907869 Mon Sep 17 00:00:00 2001 From: Keisuke Miyako Date: Sun, 18 Feb 2024 07:40:11 +0900 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b27b4ca..b5680a6 100644 --- a/README.md +++ b/README.md @@ -3,21 +3,20 @@ [![license](https://img.shields.io/github/license/miyako/4d-class-sevenzip)](LICENSE) ![downloads](https://img.shields.io/github/downloads/miyako/4d-class-sevenzip/total) -# 4d-class-sevenzip [Classes](https://github.com/miyako/4d-class-sevenzip/tree/main/Project/Sources/Classes) to process archive files with the 7z program. ![](https://github.com/miyako/4d-class-sevenzip/assets/1725068/4206daca-5722-4cf5-a41e-e6a4499ca551) -## Examples +# Examples -### Archive +## Archive ```4d $sevenzip:=cs.SevenZip.new(cs._SevenZip_Controller) $sevenzip.add(File("test.7z"); New collection(File("a.txt"); File("b.txt"); File("c.txt"))) ``` -### Expand +## Expand ```4d $sevenzip:=cs.SevenZip.new(cs._SevenZip_Controller)