From 6be2528df544c187ed9c8b0306fb546a4edfd86b Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Mon, 28 May 2018 19:29:58 +0200 Subject: [PATCH] Fix typo (#862) --- README.md | 2 +- doc/readme/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba8104ff6..e3348bd92 100644 --- a/README.md +++ b/README.md @@ -425,7 +425,7 @@ The `bootstrap` command can also generate [scala-native](http://scala-native.org ``` $ ./coursier bootstrap \ --native \ - io.get-coursier:echo_native0.3_2.11:1.0.3 \ + io.get-coursier:echo_native0.3_2.11:1.0.2 \ -o echo-native [info] Linking (2354 ms) [info] Discovered 1291 classes and 9538 methods diff --git a/doc/readme/README.md b/doc/readme/README.md index 8fe3f666d..5135ea007 100644 --- a/doc/readme/README.md +++ b/doc/readme/README.md @@ -454,7 +454,7 @@ The `bootstrap` command can also generate [scala-native](http://scala-native.org ``` $ ./coursier bootstrap \ --native \ - io.get-coursier:echo_native0.3_2.11:1.0.3 \ + io.get-coursier:echo_native0.3_2.11:1.0.2 \ -o echo-native [info] Linking (2354 ms) [info] Discovered 1291 classes and 9538 methods