Skip to content

Commit 1866f3f

Browse files
committed
docs: update readme
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 4cb553f commit 1866f3f

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# loopback-datasource-juggler
22

3-
An ORM/ODM that provides a common set of interfaces for interacting with databases, REST APIs, and other types of data sources. It was originally forked from [JugglingDB](https://github.com/1602/jugglingdb).
3+
An ORM/ODM that provides a common set of interfaces for interacting with databases, REST APIs, and other types of data sources. It was originally forked from [JugglingDB](https://github.com/1602/jugglingdb).
4+
5+
In LoopBack 4, it is part of the `@loopback/repository` module. See [Repository page](https://loopback.io/doc/en/lb4/Repository.html) in LoopBack 4 for more details.
46

57
## Supported versions
68

@@ -31,21 +33,10 @@ npm install loopback-connector-mongodb // in this case, the mongodb connector
3133

3234
## Documentation
3335

34-
See the [LoopBack documentation](http://loopback.io/doc/en/lb3/index.html).
35-
36-
For information on data source connectors, see [Connecting models to data sources](https://loopback.io/doc/en/lb3/Connecting-models-to-data-sources.html).
36+
See the [LoopBack documentation](https://loopback.io/doc/en/lb4/index.html) and [DataSource page](https://loopback.io/doc/en/lb4/DataSource.html).
3737

3838

3939
## Contributing
4040

4141
This project uses [DCO](https://developercertificate.org/). Be sure to sign off
42-
your commits using the `-s` flag or adding `Signed-off-By: Name<Email>` in the
43-
commit message.
44-
45-
**Example**
46-
47-
```
48-
git commit -s -m "feat: my commit message"
49-
```
50-
51-
Also see the [Contributing to LoopBack](https://loopback.io/doc/en/contrib/code-contrib.html) to get you started.
42+
your commits. For details, see [Contributing to LoopBack](https://loopback.io/doc/en/contrib/code-contrib.html).

0 commit comments

Comments
 (0)