Skip to content

Commit

Permalink
Minor fix for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Dec 12, 2010
1 parent c7b1e72 commit 0f078ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ Installation

To install this Ruby extension, use the following command:

$ sudo gem install hornetseye-alsa
$ sudo gem install malloc

Alternatively you can build and install the Ruby extension from source as follows:

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -7,7 +7,7 @@ require 'rake/loaders/makefile'
require 'rbconfig'

PKG_NAME = 'malloc'
PKG_VERSION = '1.3.6'
PKG_VERSION = '1.3.7'
CFG = RbConfig::CONFIG
CXX = ENV[ 'CXX' ] || 'g++'
RB_FILES = FileList[ 'lib/**/*.rb' ]
Expand Down

0 comments on commit 0f078ae

Please sign in to comment.