README.md in space2dot-0.0.3 vs README.md in space2dot-0.1.1

- old
+ new

@@ -1,45 +1,31 @@ # Space2dot -## What +## What is space2dot Change the space into dot. ## Installation +Install it yourself as: -Add this line to your application's Gemfile: - - gem 'space2dot' - -And then execute: - - $ bundle - -Or install it yourself as: - $ gem install space2dot -If your computer is Ubuntu +## Usage - $ sudo apt-get install xsel +From the terminal: -If your computer is CentOS + $ space2dot style sheet + => .style.sheet # Output to the standard output - $ sudo yum -y install xsel +## Shorthand -You need to alias +A shorthand alias for space2dot can also be used. - $ alias pbcopy='xsel --clipboard --input' +``` +s2. new branch +``` -## Usage - -From the terminal: - - $ space2dot target sentence - => .target.sentence # copied to the clipboard - ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request -