messed around with this some more

This commit is contained in:
Brendan McDevitt 2018-03-07 21:14:05 -06:00
parent 4f7c291f44
commit 766dca6012

View file

@ -3,9 +3,9 @@
require 'wikipedia'
args = ARGV
search_words = ARGV[0]
page = Wikipedia.find(args[0])
page = Wikipedia.find(search_words)
puts page.title+"\n"
puts page.text+"\n"