Skip to content

Commit d416df2

Browse files
committed
Merge pull request #178 from btuduri/master
Some changes on README.md
2 parents 83595ad + 5e0ce57 commit d416df2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# Scala Documentation #
22

3-
This repository contains the source for the Scala documentation website, as well as the source for "Scala Improvement Process" (SIP) documents.
3+
This repository contains the source for the Scala documentation website, as well as the source for "Scala Improvement Process" (SIP) documents.
44

55
## Contributing ##
66

7-
Please have a look at [http://docs.scala-lang.org/contribute.html](http://docs.scala-lang.org/contribute.html) before making a contribution.
7+
Please have a look at [http://docs.scala-lang.org/contribute.html](http://docs.scala-lang.org/contribute.html) before making a contribution.
88
This document gives an overview of the type of documentation contained within the Scala Documentation repository and the repository's structure.
99

10-
Small changes, or corrected typos will generally be pulled in right away. Large changes, like the addition of new documents, or the rewriting of
11-
existing documents will be thoroughly reviewed-- please keep in mind that, generally, new documents must be very well-polished, complete, and maintained
10+
Small changes, or corrected typos will generally be pulled in right away. Large changes, like the addition of new documents, or the rewriting of
11+
existing documents will be thoroughly reviewed-- please keep in mind that, generally, new documents must be very well-polished, complete, and maintained
1212
in order to be accepted.
1313

1414
## Dependencies ##
1515

1616
### Unix ###
1717

18-
Jekyll is required. Follow the install instructions at the Jekyll [wiki](https://github.com/mojombo/jekyll/wiki/Install). In most cases, you can install via RubyGems:
18+
Jekyll is required. Follow the install instructions at the Jekyll [wiki](https://github.com/mojombo/jekyll/wiki/Install). In most cases, you can install via RubyGems:
1919

2020
gem install jekyll
2121

@@ -50,12 +50,12 @@ you have to execute `chcp 65001`. This command is best added to the `jekyll.bat`
5050

5151
The markdown used in this site uses [Maruku](http://maruku.rubyforge.org/maruku.html) extensions.
5252

53-
### Markdwn Editor for OSX ###
53+
### Markdown Editor for OSX ###
5454

5555
There exists a free markdown editor for OSX called [Mou](http://mouapp.com/). It's quite convenient to work with, and it generates the translated Markdown in real-time alongside of your editor window, as can be seen here:
5656

5757
![Mou Screen Shot](http://mouapp.com/images/Mou_Screenshot_1.png)
5858

5959
## License ##
6060

61-
All documentation contained in this repository is licensed by EPFL under a Creative Commons Attribution-Share Alike 3.0 Unported license ("CC-BY-SA"), unless otherwise noted. By submitting a "pull request," or otherwise contributing to this repository, you implicitly agree to license your contribution under the above CC-BY-SA license. The source code of this website is licensed to EPFL under the [Scala License](http://www.scala-lang.org/node/146), unless otherwise noted.
61+
All documentation contained in this repository is licensed by EPFL under a Creative Commons Attribution-Share Alike 3.0 Unported license ("CC-BY-SA"), unless otherwise noted. By submitting a "pull request," or otherwise contributing to this repository, you implicitly agree to license your contribution under the above CC-BY-SA license. The source code of this website is licensed to EPFL under the [Scala License](http://www.scala-lang.org/node/146), unless otherwise noted.

0 commit comments

Comments
 (0)