diff --git a/README.md b/README.md index a795720..d690ab4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,3 @@ -puts 'Heyo! Hello world... Option: 1' +# Ruby -'Heyo! Hello world... Option: 2'.each { |s| print s } - -class String - def say - puts self - end -end -'Heyo! Hello world... Option: 3'.say \ No newline at end of file +Heyo is a Hello World for Ruby \ No newline at end of file