Skip to content

Commit

Permalink
docs: update readme db name
Browse files Browse the repository at this point in the history
  • Loading branch information
notrab committed Oct 10, 2024
1 parent 943fd8f commit c4ec90e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@

## Quickstart

The example below uses Embedded Replicas and syncs data every 1000ms from Turso.

1. Write your program:

```c
Expand All @@ -93,7 +91,7 @@ The example below uses Embedded Replicas and syncs data every 1000ms from Turso.
libsql_setup((libsql_config_t){0});

libsql_database_t db = libsql_database_init((libsql_database_desc_t){
.path = "test.db"
.path = "local.db"
});

if (db.err) {
Expand Down

0 comments on commit c4ec90e

Please sign in to comment.