Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correcting capitalization issue for .filterMe() #4

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<p>Adding the filters is easy. As normal, you'll have to load the scripts (and jQuery) into your site's <code>&#60;head&#62;</code> or in the footer before the <code>&#60;/body&#62;</code>. To intiate the filters, use the script below:</p>
<p><pre><code>&#60;script type="text/javascript"&#62;
jQuery(document).ready(function($) {
$('.filter').filterme();
$('.filter').filterMe();
});
&#60;/script&#62;</code></pre></p>
<p>Then we add the filter class to the image, alongside the filter data attribute.</p>
Expand All @@ -30,7 +30,7 @@ jQuery(document).ready(function($) {

<h4>Additional Options</h4>
<p>Below are the options you can set when initiating the plugin.</p>
<p><pre><code>$('.filter').filterme({
<p><pre><code>$('.filter').filterMe({
desaturate: false // Value from 0 - 1. 1 equals full desaturation (black & white).
curves: false // Object of RGB values in production script, or string name of curves .acv file in development script.
vignette: false // 'true' or 'false'. Add a vignette to the image.
Expand All @@ -51,4 +51,4 @@ jQuery(document).ready(function($) {
<hr>
<h3>Little about me</h3>
<p>I'm a 19 year old aspiring entrepeneur and web developer based in Dublin, Ireland. Having decided to turn down university in Ireland &amp; the UK, I've set out to pursue startup success and make great connections. Love creating things with emerging web technologies, just for the pure challenge of it!</p>
<p>Currently I'm working hard with my first major venture, Riva Slider, which has proven very successful so far. I also hope to create more awesome tools in the future, and to prove that there is a life outside of third level education for young tech entrepeneurs here in Ireland. <b>Please follow me and Riva Slider on Twitter!</b> Feel free to fire any questions my way, I'd be happy to answer them.</p>
<p>Currently I'm working hard with my first major venture, Riva Slider, which has proven very successful so far. I also hope to create more awesome tools in the future, and to prove that there is a life outside of third level education for young tech entrepeneurs here in Ireland. <b>Please follow me and Riva Slider on Twitter!</b> Feel free to fire any questions my way, I'd be happy to answer them.</p>