Skip to content

Commit 303195e

Browse files
authored
Update README.md
1 parent d5f93dc commit 303195e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ These instructions will get you a copy of the project up and running 🏃 on you
4646

4747
const result = await session
4848
.execute("SELECT * FROM scylla_tables limit ?", [1])
49-
.catch((err) => console.error(err));
49+
.catch(console.error);
5050

5151
console.log(result);
5252
```
@@ -61,6 +61,10 @@ To install this package, use the following command:
6161
npm install @lambda-group/scylladb
6262
```
6363

64+
## 📚 Examples 📚
65+
66+
Reference wise you can guide yourself through the [examples/](https://github.com/Daniel-Boll/scylla-javascript-driver/tree/main/examples) folder in the repo.
67+
6468
## 🙏 Acknowledgments 🙏
6569

6670
- Thanks to the developers of ScyllaDB for creating such a high-performance database.

0 commit comments

Comments
 (0)