From f27f67c3de94e6b1fff1d09fefb23ceecdf59b03 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Mon, 11 Apr 2016 01:47:04 +0200 Subject: [PATCH] Add @paulp's demo to README --- README.md | 2 ++ doc/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index f75ca2b5b..e4e579e80 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ A Scala library to fetch dependencies from Maven / Ivy repositories [![Join the chat at https://gitter.im/alexarchambault/coursier](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/alexarchambault/coursier?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Maven Central](https://img.shields.io/maven-central/v/com.github.alexarchambault/coursier_2.11.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.alexarchambault/coursier_2.11) +![Demo (courtesy of @paulp)](http://i.imgur.com/lCJ9oql.gif) + *coursier* is a dependency resolver / fetcher *à la* Maven / Ivy, entirely rewritten from scratch in Scala. It aims at being fast and easy to embed in other contexts. Its very core (`core` module) aims at being diff --git a/doc/README.md b/doc/README.md index 44163eeca..7bf83f285 100644 --- a/doc/README.md +++ b/doc/README.md @@ -9,6 +9,8 @@ A Scala library to fetch dependencies from Maven / Ivy repositories [![Join the chat at https://gitter.im/alexarchambault/coursier](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/alexarchambault/coursier?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Maven Central](https://img.shields.io/maven-central/v/com.github.alexarchambault/coursier_2.11.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.alexarchambault/coursier_2.11) +![Demo (courtesy of @paulp)](http://i.imgur.com/lCJ9oql.gif) + *coursier* is a dependency resolver / fetcher *à la* Maven / Ivy, entirely rewritten from scratch in Scala. It aims at being fast and easy to embed in other contexts. Its very core (`core` module) aims at being