Skip to content

Commit 06d9f29

Browse files
committed
Update README.md
1 parent 036ce4b commit 06d9f29

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ In case the `settings` is not passed, then it will start with the following defa
9191
}
9292
```
9393

94+
Have a look at the following examples or in the [`examples/`](https://github.com/linkeddata/ldnode/tree/master/examples) folder for more complex ones
95+
9496
##### Simple
9597

9698
You can create an ldnode server ready to use using `ldnode.createServer(opts)`
@@ -109,7 +111,7 @@ ldp.listen(3000, function() {
109111

110112
##### Advanced
111113

112-
You can integrate ldnode in your existing express app, by mounting the ldnode app on a specific path using `lnode(opts)`. Have a look at see [further examples](https://github.com/linkeddata/ldnode/tree/master/examples)
114+
You can integrate ldnode in your existing express app, by mounting the ldnode app on a specific path using `lnode(opts)`.
113115

114116
```javascript
115117
var ldnode = require('ldnode')

0 commit comments

Comments
 (0)