Skip to content

Commit 4e035e8

Browse files
authored
Update README.md
1 parent 7e55fa7 commit 4e035e8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ By combining PHP for data management with Rust for heavy processing, you get opt
1414

1515
## How it works
1616

17-
Thanks to a Rust binary, whose source code is available on the [GitHub repository](link_to_repo), it is possible to generate Excel rows and
18-
formats directly from PHP. The data and configuration are transmitted to the binary using the **AVRO** format ([learn more about AVRO](link_to_avro)).
17+
Thanks to a Rust binary, whose source code is available on the [GitHub repository](https://github.com/SpiriitLabs/excel_gen), it is possible to generate Excel rows and
18+
formats directly from PHP. The data and configuration are transmitted to the binary using the **AVRO** format ([learn more about AVRO](https://avro.apache.org/)).
1919

2020
Once the data is received, the Rust binary uses the **excelrust** library to create the Excel file.
2121

@@ -25,11 +25,13 @@ Yes! We already this in production on large files.
2525

2626
# Install
2727

28-
`composer require spiriitlabs/rustsheet`
28+
```bash
29+
composer require spiriitlabs/excel-rust
30+
```
2931

3032
# Download the last release of the rust binary
3133

32-
Go at https://github.com/SpiriitLabs/excel_gen
34+
Go at [https://github.com/SpiriitLabs/excel_gen](https://github.com/SpiriitLabs/excel_gen/tags)
3335

3436
Save the binary somewhere
3537

0 commit comments

Comments
 (0)