diff --git a/README.markdown b/README.markdown index e06a42f..a284e59 100644 --- a/README.markdown +++ b/README.markdown @@ -4,8 +4,8 @@ Qwandry, a questionable tool Why spend time trying to remember where libraries, projects, and packages are lurking when your computer can do it faster? - qw activerecord # open the activerecord gem - qw matrix # open the ruby standard library matrix file + qw activerecord # opens the activerecord gem in your editor + qw matrix # opens ruby's matrix class in your editor Installation ------------ @@ -13,9 +13,6 @@ Qwandry is a standard ruby gem, on any system with ruby installed already simply install with: gem install qwandry - -The gem will install the most recent version of Qwandry, and add the `qw` -script to your `PATH`. Usage ----- @@ -24,6 +21,10 @@ default Qwandry is set up for locating and editing ruby libraries. qw date # opens ruby's date library +Want to use Qwandry with Python, Perl, or other languages? + + qw --customize + Contact ------- Adam Sanderson, netghost@gmail.com