You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@ Spread across the internet is lot of information about how to learn and use jQue
15
15
1. To serve as a central, trustworthy, narrative compendium of information about how to use jQuery and JavaScript
16
16
2. To remain an timely, vibrant, and community-driven reference with a low barrier to contribution
17
17
18
-
Much of the initial content - and spirit - is from [jQuery Fundamentals](https://github.com/rmurphey/jqfundamentals), an open-source book about jQuery, originally released in 2010 by [Rebecca Murphe](http://www.rebeccamurphey.com/) and bequeathed unto the jQuery Project to serve as the foundation for this site.
18
+
Much of the initial content - and spirit - is from [jQuery Fundamentals](https://github.com/rmurphey/jqfundamentals), an open-source book about jQuery, originally released in 2010 by [Rebecca Murphey](http://www.rebeccamurphey.com/) and bequeathed unto the jQuery Project to serve as the foundation for this site.
19
19
20
20
This site consists of content maintained in [Markdown](http://daringfireball.net/projects/markdown/) files, powered by [nanoc](http://nanoc.stoneship.org/), a Ruby-based [static site generator](http://www.mickgardner.com/2011/04/27/An-Introduction-To-Static-Site-Generators.html).
21
21
22
-
## How Can I Get Involved?
22
+
## How Can I Help?
23
23
24
-
The entire site is managed via this Git repository. If you'd like to contribute new articles, make edits to existing content, or work on the site's frontend or backend code, the first thing you'll need is a [fork](http://help.github.com/fork-a-repo/). When you have changes you'd like to have reviewed and integrated into the site, submit a [pull request](http://help.github.com/send-pull-requests/).
24
+
The entire site is managed via [this Git repository](https://github.com/jquery/learn.jquery.com). If you'd like to contribute new articles, make edits to existing content, or work on the site itself, the first thing you'll need is a [fork](http://help.github.com/fork-a-repo/). When you have changes you'd like to have reviewed and integrated into the site, submit a [pull request](http://help.github.com/send-pull-requests/).
25
25
26
26
If you aren't already familiar with Git, you'll still need a fork and a GitHub account, but you can can edit files directly via [GitHub's in-browser editor](https://github.com/blog/905-edit-like-an-ace), but you won't be able to create new content. We encourage you to [learn how to use Git andGitHub](http://help.github.com/), it'll probably pretty useful no matter what.
27
27
@@ -64,5 +64,5 @@ Then, you can follow the instructions above, starting at "Install the dependenci
64
64
65
65
* Grab the latest Ruby package from the Windows-only [rubyinstaller.org](http://rubyinstaller.org/)
66
66
* Install it
67
-
*[Meta-bullet point: This section probably lacks detail. If a Windows-Ruby developer wants to help us flesh this section out, that would be great!]
67
+
*[Meta-bullet point: This section probably lacks detail. If a Windows-Ruby developer wants to help us flesh this section out, **please do**!]
68
68
* Follow the instructions above, starting at "Install the dependencies"
0 commit comments