From 4848062e88e842707732c67951f6a3752735bf9b Mon Sep 17 00:00:00 2001 From: bokuweb Date: Sun, 21 Apr 2024 20:34:03 +0900 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aedd8e..4866e78 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ [![GitHub Actions Status](https://github.com/bokuweb/docx-rs/workflows/Continuous%20Integration/badge.svg)](https://github.com/bokuweb/docx-rs/actions) [![docx-rs at crates.io](https://img.shields.io/crates/v/docx-rs.svg)](https://crates.io/crates/docx-rs) [![](https://img.shields.io/npm/v/docx-wasm.svg)](https://www.npmjs.com/package/docx-wasm) + + ## Installation @@ -16,7 +18,7 @@ ``` [dependencies] -docx-rs = "0.2" +docx-rs = "0.4" ``` ### Browser/Node.js