Fix typo in README.md

This commit is contained in:
kojix2 2021-03-22 13:45:25 +09:00 committed by GitHub
parent 3093c7b715
commit 56d00cae31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,8 +228,8 @@ YouPlot is a library under development, so even small improvements like typofix
### Development ### Development
```sh ```sh
git clone https://github.com/your_name/GR.rb # Clone the Git repo # fork the main repository by clicking the Fork button.
cd GR.rb git clone https://github.com/your_name/YouPlot
bundle install # Install the gem dependencies bundle install # Install the gem dependencies
bundle exec rake test # Run the test bundle exec rake test # Run the test
bundle exec rake install # Installation from source code bundle exec rake install # Installation from source code