Skip to content

Commit 1879b1d

Browse files
committed
Small readme fixes
1 parent b43a509 commit 1879b1d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ Wundergraph
33

44
Wundergraph provides a platform to easily expose your database through a GraphQL interface.
55

6-
**This library is currently a prof of concept. Expect bugs and crashes everywhere**
7-
86
[![Build Status](https://travis-ci.org/weiznich/wundergraph.svg?branch=master)](https://travis-ci.org/weiznich/wundergraph)
97

108

@@ -58,7 +56,7 @@ wundergraph::query_object!{
5856

5957
## Building
6058

61-
Just install some dependencies (`libsqlite3-dev` and `libpq-dev` in Debian) and `cargo build`.
59+
Depending on your backend choice you need to install a native library. `libpq` is required for the postgresql feature, `libsqlite3` for the sqlite feature.
6260

6361
## License
6462

0 commit comments

Comments
 (0)