@@ -21,8 +21,6 @@ Contributions for more coverage of the library are very welcome.
2121[ ![ Gem version] [ gem-img ]] [ gem-link ]
2222[ ![ Build status] [ travis-img ]] [ travis-link ]
2323
24- [ ![ flattr this project] [ flattr-img ]] [ flattr-link ]
25-
2624Installation
2725------------
2826
@@ -42,7 +40,7 @@ Then do:
4240
4341Not all versions of TagLib get along with ` clang++ ` , the default C++ compiler
4442on OS X. To compile taglib-ruby's C++ extensions with a different compiler
45- during installation, set the ` TAGLIB_RUBY_CXX ` environement variable.
43+ during installation, set the ` TAGLIB_RUBY_CXX ` environment variable.
4644
4745 TAGLIB_RUBY_CXX=g++-4.2 gem install taglib-ruby
4846
@@ -127,7 +125,7 @@ To do everything in one command:
127125License
128126-------
129127
130- Copyright (c) 2010-2014 Robin Stocker and others, see Git history.
128+ Copyright (c) 2010-2020 Robin Stocker and others, see Git history.
131129
132130taglib-ruby is distributed under the MIT License,
133131see LICENSE.txt for details.
@@ -141,5 +139,3 @@ version 2.1 (LGPL) and Mozilla Public License (MPL).
141139[ gem-link ] : https://rubygems.org/gems/taglib-ruby
142140[ travis-img ] : https://api.travis-ci.org/robinst/taglib-ruby.png
143141[ travis-link ] : https://travis-ci.org/robinst/taglib-ruby
144- [ flattr-img ] : https://api.flattr.com/button/flattr-badge-large.png
145- [ flattr-link ] : https://flattr.com/submit/auto?user_id=robinst&url=https://github.com/robinst/taglib-ruby&title=taglib-ruby&tags=github&category=software
0 commit comments