Skip to content

Commit 8ae369e

Browse files
committed
Chore: fix readme typo
1 parent 15593dd commit 8ae369e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you have any questions or need help, just ask!
2020

2121
It should be set up for the database you want to use. See [here](/docs/drivers.md).
2222

23-
Also, you can refer to the [self-implementation](/docs/self-implementation.md) guide if you want to implement the driver yourself.
23+
Also, you can refer to the [self-implementation](/docs/self-implement-guide.md) guide if you want to implement the driver yourself.
2424

2525
## Usage
2626

packages/core/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# TranJS
22

3+
[![Test](https://github.com/asheswook/tranjs/actions/workflows/test.yml/badge.svg)](https://github.com/asheswook/tranjs/actions/workflows/test.yml)
4+
35
**Node.js Transaction Management Framework**
46

57
TranJS is a transaction management framework for Node.js, inspired by Java Hibernate's `@Transactional` annotation.
@@ -18,7 +20,7 @@ If you have any questions or need help, just ask!
1820

1921
It should be set up for the database you want to use. See [here](/docs/drivers.md).
2022

21-
Also, you can refer to the [self-implementation](/docs/self-implementation.md) guide if you want to implement the driver yourself.
23+
Also, you can refer to the [self-implementation](/docs/self-implement-guide.md) guide if you want to implement the driver yourself.
2224

2325
## Usage
2426

@@ -63,4 +65,4 @@ To simplify this process, I created **tranjs**, a framework that enables transac
6365

6466
## LICENSE
6567

66-
This project is licensed under the LGPL-2.1 License - see the [LICENSE](LICENSE) file for details.
68+
This project is licensed under the LGPL-2.1 License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)