Skip to content

Commit 981abdd

Browse files
committed
Updated README and intro with JavaScript room url
1 parent ee8f975 commit 981abdd

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ avoid common mistakes, subtle bugs, as well as performance issues and bad
77
practices that non-expert JavaScript programmers may encounter on their
88
endeavours into the depths of the language.
99

10-
JavaScript Garden does **not** insist on teaching JavaScript. Former knowledge
10+
JavaScript Garden does **not** aim to teach you JavaScript. Former knowledge
1111
of the language is strongly recommended in order to understand the topics covered
1212
in this guide. In order to learn the basics of the language, please head over to
1313
the excellent [guide][1] on the Mozilla Developer Network.
@@ -17,7 +17,7 @@ the excellent [guide][1] on the Mozilla Developer Network.
1717
This guide is the work of two lovely Stack Overflow users, [Ivo Wetzel][6]
1818
(Writing) and [Zhang Yi Jiang][5] (Design).
1919

20-
If case you are interested in additional guidance or reviews concerning your JavaScript
20+
In case you are interested in additional guidance or reviews concerning your JavaScript
2121
projects, Ivo Wetzel offers these on a freelance basis. Please feel free to
2222
contact him via [e-mail][7] for further details.
2323

@@ -30,7 +30,8 @@ contact him via [e-mail][7] for further details.
3030

3131
JavaScript Garden is published under the [MIT license][2] and hosted on
3232
[GitHub][4]. If you find errors or typos please [file an issue][3] or a pull
33-
request on the repository.
33+
request on the repository. You can also find us in the [JavaScript room][10] on
34+
Stack Overflow chat.
3435

3536
[1]: https://developer.mozilla.org/en/JavaScript/Guide
3637
[2]: https://github.com/BonsaiDen/JavaScript-Garden/blob/next/LICENSE
@@ -41,4 +42,4 @@ request on the repository.
4142
[7]: mailto:[email protected]
4243
[8]: https://github.com/caio
4344
[9]: https://github.com/blixt
44-
45+
[10]: http://chat.stackoverflow.com/rooms/17/javascript

doc/intro.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ contact him via [e-mail][7] for further details.
2929

3030
JavaScript Garden is published under the [MIT license][2] and hosted on
3131
[GitHub][4]. If you find errors or typos please [file an issue][3] or a pull
32-
request on the repository.
32+
request on the repository. You can also find us in the [JavaScript room][10] on
33+
Stack Overflow chat.
3334

3435
[1]: https://developer.mozilla.org/en/JavaScript/Guide
3536
[2]: https://github.com/BonsaiDen/JavaScript-Garden/blob/next/LICENSE
@@ -40,4 +41,4 @@ request on the repository.
4041
[7]: mailto:[email protected]
4142
[8]: https://github.com/caio
4243
[9]: https://github.com/blixt
43-
44+
[10]: http://chat.stackoverflow.com/rooms/17/javascript

0 commit comments

Comments
 (0)