Skip to content

Commit 9bcfe4c

Browse files
committed
Merge pull request #16 from codeworm96/fix_readme
Fix development steps in README
2 parents be15717 + 698dca8 commit 9bcfe4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Ruby wrappers gem for SymEngine, a fast symbolic manipulation library, written i
2626
* Install bundler by `gem install bundler`
2727
* Execute `bundle install` this will install the gems required
2828
* Build the gem, `gem build symengine.gemspec`
29-
* Install the gem, `gem install symengine-0.0.0.gem`
29+
* Install the gem, `gem install symengine-0.1.0.gem`
3030

3131
### Using the extensions
3232
SymEngine is a module in the extensions, and the classes are a part of it. So

0 commit comments

Comments
 (0)