Skip to content

Commit 96c1e6a

Browse files
committed
* README.md: tweak styles. [fix rubyGH-945][ci skip] Patch by @bryndyment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 52436ce commit 96c1e6a

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Mon Jun 29 12:09:10 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
2+
3+
* README.md: tweak styles. [fix GH-945][ci skip] Patch by @bryndyment
4+
15
Mon Jun 29 07:23:55 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
26

37
* template/sizes.c.tmpl: extract RUBY_DEFINT to define sizes of

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ extensible.
88
## Features of Ruby
99

1010
* Simple Syntax
11-
* **Normal** Object-Oriented features(ex. class, method calls)
12-
* **Advanced** Object-Oriented features(ex. Mix-in, Singleton-method)
11+
* **Normal** Object-oriented Features (e.g. class, method calls)
12+
* **Advanced** Object-oriented Features (e.g. Mix-in, Singleton-method)
1313
* Operator Overloading
1414
* Exception Handling
1515
* Iterators and Closures
1616
* Garbage Collection
17-
* Dynamic Loading of Object files(on some architecture)
17+
* Dynamic Loading of Object Files (on some architectures)
1818
* Highly Portable (works on many Unix-like/POSIX compatible platforms as
19-
well as Windows, Mac OS X, BeOS etc.) cf.
19+
well as Windows, Mac OS X, BeOS, etc.) cf.
2020
http://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatforms
2121

2222

2323
## How to get Ruby
2424

25-
For a complete list of ways to install Ruby, including using third party tools
25+
For a complete list of ways to install Ruby, including using third-party tools
2626
like rvm, see:
2727

2828
http://www.ruby-lang.org/en/downloads/
2929

30-
The Ruby distribution files can be found in the following FTP site:
30+
The Ruby distribution files can be found on the following FTP site:
3131

3232
ftp://ftp.ruby-lang.org/pub/ruby/
3333

@@ -41,24 +41,24 @@ Or if you are using git then use the following command:
4141
$ git clone git://github.com/ruby/ruby.git
4242

4343
There are some other branches under development. Try the following command
44-
and see the list of branches:
44+
to see the list of branches:
4545

4646
$ svn ls http://svn.ruby-lang.org/repos/ruby/branches/
4747

4848
Or if you are using git then use the following command:
4949

5050
$ git ls-remote git://github.com/ruby/ruby.git
5151

52-
## Ruby home-page
52+
## Ruby home page
5353

54-
The URL of the Ruby home-page is:
54+
The URL of the Ruby home page is:
5555

5656
http://www.ruby-lang.org/
5757

5858
## Mailing list
5959

6060
There is a mailing list to talk about Ruby. To subscribe this list, please
61-
send the following phrase
61+
send the following phrase:
6262

6363
subscribe
6464

0 commit comments

Comments
 (0)