Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Feb 5, 2025
1 parent d072594 commit d14bffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ From source code:
git clone https://github.com/kojix2/ruby-alglib
cd ruby-alglib
bundle install
rake ext:alglib # Download ALGLIB Free Editon from https://www.alglib.net/ and extract to ext/alglib.
rake ext:alglib # Download ALGLIB Free Edition from https://www.alglib.net/ and extract to ext/alglib.
rake compile
rake install
```

- Note that the license of ALGLIB Free Editon is GPL or Personal/Academic license.
- Note that the license of ALGLIB Free Edition is GPL or Personal/Academic license.
- If you want to use ALGLIB in a commercial application, you will need to purchase a commercial license.
- [Can I use ALGLIB Free Edition in a commercial application which runs on server?](https://www.alglib.net/faq.php#6bca163136cda10b16de68704cbea625)
- You can also use the Commercial Edition of ALGLIB. In that case, you need to replace the files in `ext/alglib` with the files in the Commercial Edition.
Expand Down
2 changes: 1 addition & 1 deletion alglib4.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = 'ALGLIB for Ruby'
spec.description = 'ALGLIB wrapper for Ruby'
spec.homepage = 'https://github.com/kojix2/ruby-alglib'
spec.licensese = ['MIT', 'GPL-2.0', 'GPL-3.0']
spec.licenses = ['MIT', 'GPL-2.0', 'GPL-3.0']

spec.files = Dir['{ext,vendor}/**/*', 'lib/**/*.rb', '*.txt', 'README.md']
spec.require_paths = ['lib']
Expand Down

0 comments on commit d14bffe

Please sign in to comment.