Skip to content

Commit

Permalink
update: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TamasSzekeres committed May 17, 2017
1 parent 8b1f35f commit 864568d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
X11 bindings for Crystal language.

[![Build Status](https://travis-ci.org/TamasSzekeres/x11-cr.svg?branch=master)](https://travis-ci.org/TamasSzekeres/x11-cr)
[![Dependency Status](https://shards.rocks/badge/github/TamasSzekeres/x11-cr/status.svg)](https://shards.rocks/github/TamasSzekeres/x11-cr)
[![devDependency Status](https://shards.rocks/badge/github/TamasSzekeres/x11-cr/dev_status.svg)](https://shards.rocks/github/TamasSzekeres/x11-cr)

## Installation

Expand All @@ -11,7 +13,7 @@ Add this to your application's `shard.yml`:

```yaml
dependencies:
x11-cr:
x11:
github: TamasSzekeres/x11-cr
```
Expand All @@ -24,7 +26,7 @@ crystal deps


```crystal
require "./x11-cr/*"
require "x11"
module YourModule
include X11 # For simpler use
Expand Down

0 comments on commit 864568d

Please sign in to comment.