From 56d00cae31c7c1322f231651525eea4ed1f585c9 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Mon, 22 Mar 2021 13:45:25 +0900 Subject: [PATCH] Fix typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06c41eb..227f311 100644 --- a/README.md +++ b/README.md @@ -228,8 +228,8 @@ YouPlot is a library under development, so even small improvements like typofix ### Development ```sh -git clone https://github.com/your_name/GR.rb # Clone the Git repo -cd GR.rb +# fork the main repository by clicking the Fork button. +git clone https://github.com/your_name/YouPlot bundle install # Install the gem dependencies bundle exec rake test # Run the test bundle exec rake install # Installation from source code