Skip to content

Commit a6a0540

Browse files
Update readme
1 parent 6263e2e commit a6a0540

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
![Sin titulo](pictures/avatar.png) # Diana.jl
1+
<img src="diana_logo.png" width="5%" border="0"> Diana.jl
2+
----------
3+
24
[![Build Status](https://travis-ci.org/codeneomatrix/Diana.jl.svg?branch=master)](https://travis-ci.org/codeneomatrix/Diana.jl)
35
[![Diana](http://pkg.julialang.org/badges/Diana_0.6.svg)](http://pkg.julialang.org/detail/Diana)
46

@@ -27,6 +29,7 @@ Roadmap
2729
Installing
2830
----------
2931
```julia
32+
Pkg.add("Diana") #Release
3033
Pkg.clone("git://github.com/codeneomatrix/Diana.jl.git") #Development
3134
```
3235

@@ -105,9 +108,12 @@ query getMovie(\$title: String!) {
105108
}
106109
"""
107110
client.Query(query,vars= Dict("title" => "Inception"))
108-
111+
```
112+
### Change server
113+
```julia
109114
client.serverUrl("https://api.graph.cool/simple/v1/movies")
110115
```
116+
111117
## Contributing
112118
Features are welcome !!
113119

0 commit comments

Comments
 (0)