Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
steevepay committed Aug 9, 2024
1 parent e3361a6 commit 0676e44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

Use the Carbone Rust SDK to communicate with the [Carbone API](https://carbone.io/api-reference.html) to generate documents.

# Installation
## Installation

```toml
[dependencies]
carbone-sdk-rust = "1.0.0"
```

# Render a new report
## Quickstart

### Using an existing Template
Try the following code to render a report in 10 seconds. Just insert your API key, the template ID you want to render, and the JSON data-set as string. Get your API key on your Carbone account: https://account.carbone.io/.

```rust
use std::env;
Expand Down

0 comments on commit 0676e44

Please sign in to comment.