Skip to content

Commit d2530cf

Browse files
Update README.md
1 parent 1a32441 commit d2530cf

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ var query = db.Customers
2222
.Select("new(CompanyName as Name, Phone)");
2323
```
2424

25-
## How to use
26-
There are several documentation resources:
27-
- [Getting Started](https://dynamic-linq.net/overview) : a website to get started with basic and advanced usage.
28-
- [API Documentation][doc-api] : a low-level API description website with some code samples
25+
## Useful links
26+
27+
- [Website](https://dynamic-linq.net/)
28+
- [Documentation](https://dynamic-linq.net/overview)
29+
- [Online examples](https://dynamic-linq.net/online-examples)
30+
- [nuget](https://www.nuget.org/packages/System.Linq.Dynamic.Core/)
2931

3032
## Info
3133
| | |

0 commit comments

Comments
 (0)