From 864568de3347b23a14efe6660e98bf4f0a65ca8e Mon Sep 17 00:00:00 2001 From: TamasSzekeres Date: Wed, 17 May 2017 21:06:37 +0200 Subject: [PATCH] update: README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9467ea..edf14d2 100644 --- a/README.md +++ b/README.md @@ -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 @@ -11,7 +13,7 @@ Add this to your application's `shard.yml`: ```yaml dependencies: - x11-cr: + x11: github: TamasSzekeres/x11-cr ``` @@ -24,7 +26,7 @@ crystal deps ```crystal -require "./x11-cr/*" +require "x11" module YourModule include X11 # For simpler use