Add badge to README
This commit is contained in:
11
README.md
11
README.md
@@ -1,10 +1,7 @@
|
||||
# RethinkDb.Driver.FSharp
|
||||
Idiomatic F# extensions for the C# RethinkDB driver
|
||||
|
||||
## Licensing
|
||||
|
||||
While no specific additional license restrictions exist for this project, there are modifications to the Apache v2
|
||||
license on this project's dependencies. Please see [the heading on the C# driver page][license] for details.
|
||||

|
||||
|
||||
## Using
|
||||
|
||||
@@ -74,6 +71,12 @@ filterFunc (fun row -> row.["age"].Eq(30))
|
||||
// and
|
||||
filterJS "function (row) { return 30 == row['age'] }"
|
||||
```
|
||||
|
||||
## Licensing
|
||||
|
||||
While no specific additional license restrictions exist for this project, there are modifications to the Apache v2
|
||||
license on this project's dependencies. Please see [the heading on the C# driver page][license] for details.
|
||||
|
||||
---
|
||||
|
||||
If you are using the project, feel free to file issues about your pain points; there is no substitute for real-world feedback!
|
||||
|
||||
Reference in New Issue
Block a user