From fc737670af0e2c550847b4f6060aaca5ed5dc633 Mon Sep 17 00:00:00 2001 From: Aaron Brager Date: Thu, 21 May 2015 10:22:28 -0500 Subject: [PATCH] Minor capitalization changes in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc66cdd8..6cea1e08 100644 --- a/README.md +++ b/README.md @@ -314,10 +314,10 @@ We can also use `ri` in the normal way: ### Gist integration -If the `gist` gem is installed then method source or documentation can be gisted to github with the +If the `gist` gem is installed then method source or documentation can be gisted to GitHub with the `gist` command. The `gist` command is capable of gisting [almost any REPL content](https://gist.github.com/cae143e4533416529726), including methods, documentation, input expressions, command source, and so on. In the example below we will gist the C source -code for the `Symbol#to_proc` method to github: +code for the `Symbol#to_proc` method to GitHub: pry(main)> gist -m Symbol#to_proc Gist created at https://gist.github.com/5332c38afc46d902ce46 and added to clipboard. @@ -397,7 +397,7 @@ between commands and running commands in background ### Contact -Problems or questions? file an issue at [github](https://github.com/pry/pry/issues) +Problems or questions? File an issue at [GitHub](https://github.com/pry/pry/issues). ### Contributors