You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+58-58Lines changed: 58 additions & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
-
## admin-bro-typeorm
1
+
## adminjs-typeorm
2
2
3
-
This is an official [admin-bro](https://github.com/SoftwareBrothers/admin-bro) adapter which integrates [TypeORM](https://typeorm.io/) into admin-bro. (originally forked from [Arteha/admin-bro-typeorm](https://github.com/Arteha/admin-bro-typeorm))
3
+
This is an official [AdminJS](https://github.com/SoftwareBrothers/adminjs) adapter which integrates [TypeORM](https://typeorm.io/) into AdminJS. (originally forked from [Arteha/admin-bro-typeorm](https://github.com/Arteha/admin-bro-typeorm))
4
4
5
-
Installation: `yarn add @admin-bro/typeorm`
5
+
Installation: `yarn add @adminjs/typeorm`
6
6
7
7
## Usage
8
8
9
-
The plugin can be registered using standard `AdminBro.registerAdapter` method.
10
-
o
9
+
The plugin can be registered using standard `AdminJS.registerAdapter` method.
0 commit comments