README.md in uke-1.0.2 vs README.md in uke-1.0.3
- old
+ new
@@ -1,49 +1,49 @@
-# uke gem [![[version]](https://badge.fury.io/rb/uke.svg)](http://badge.fury.io/rb/uke)
+# uke gem [![[version]](https://badge.fury.io/rb/uke.svg)](https://badge.fury.io/rb/uke)
Displays popular ukulele chords for the popular `GCEA` tuning like this:
```
$ uke-chords G B7 C Cm
-
- ⚪
+
+ ⚪
╒══╤══╤══╕ ╒══╤══╤══╕
_____ │ │ │ │ │ │ │ │
/ ____| ├──┼──┼──┤ ├──┼──┼──┤
| | __ │ ● │ ● │ ● │ ●
| | |_ | ├──┼──┼──┤ ├──┼──┼──┤
| |__| | │ │ ● │ │ │ ● │
\_____| ├──┼──┼──┤ ├──┼──┼──┤
│ │ │ │ ● │ │ │
└──┴──┴──┘ └──┴──┴──┘
-
-
+
+
⚪
╒══╤══╤══╕ ╒══╤══╤══╕
____ ______ │ │ │ │ │ │ │ │
| _ \____ | ├──┼──┼──┤ ├──┼──┼──┤
| |_) | / / ● │ ● ● │ │ ● │
| _ < / / ├──┼──┼──┤ ├──┼──┼──┤
| |_) |/ / │ ● │ │ │ ● │ │
|____//_/ ├──┼──┼──┤ ├──┼──┼──┤
│ │ │ │ ● │ │ │
└──┴──┴──┘ └──┴──┴──┘
-
-
- ⚪ ⚪ ⚪ ⚪ ⚪ ⚪
+
+
+ ⚪ ⚪ ⚪ ⚪ ⚪ ⚪
╒══╤══╤══╕ ╒══╤══╤══╕ ╒══╤══╤══╕
_____ │ │ │ │ │ │ │ │ │ │ │ │
/ ____| ├──┼──┼──┤ ├──┼──┼──┤ ├──┼──┼──┤
| | │ │ │ │ │ │ │ │ │ │ │ │
| | ├──┼──┼──┤ ├──┼──┼──┤ ├──┼──┼──┤
| |____ │ │ │ ● │ │ │ ● │ │ ● ●
\_____| ├──┼──┼──┤ ├──┼──┼──┤ ├──┼──┼──┤
│ │ │ │ │ ● │ │ │ ● │ │
└──┴──┴──┘ └──┴──┴──┘ └──┴──┴──┘
-
-
- ⚪
+
+
+ ⚪
╒══╤══╤══╕
_____ │ │ │ │
/ ____| ├──┼──┼──┤
| | _ __ ___ │ │ │ │
| | | '_ ` _ \ ├──┼──┼──┤
@@ -57,11 +57,11 @@
You can also get suggestions which fingers to use with the `--style fingering` option:
```
$ uke-chords --style fingering C
- ◯ ◯ ◯ ◯ ◯ ◯
+ ◯ ◯ ◯ ◯ ◯ ◯
╒══╤══╤══╕ ╒══╤══╤══╕ ╒══╤══╤══╕
_____ │ │ │ │ │ │ │ │ │ │ │ │
/ ____| ├──┼──┼──┤ ├──┼──┼──┤ ├──┼──┼──┤
| | │ │ │ │ │ │ │ │ │ │ │ │
| | ├──┼──┼──┤ ├──┼──┼──┤ ├──┼──┼──┤
@@ -71,14 +71,12 @@
└──┴──┴──┘ └──┴──┴──┘ └──┴──┴──┘
```
## Setup
-Make sure that your computer has [Ruby 2.0 or higher installed](http://ruby.about.com/od/tutorials/a/installruby.htm).
+Make sure that your computer has Ruby 2.0 or higher installed. Then run
-Then run
-
```ruby
gem install uke
```
## Usage
@@ -87,7 +85,7 @@
Run `uke-chords` without any parameters for a list of included chords.
## MIT License
-Except for the chords, copyright (C) 2015 Jan Lelis <http://janlelis.com>. Released under the MIT license.
+Except for the chords, copyright (C) 2015 Jan Lelis <https://janlelis.com>. Released under the MIT license.