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

Another tiny typo. #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A module to produce CSS gradients as placeholders for images.

0.1 (beta)

The JS version was quickly written to use as an example on the website, and needs futher work.
The JS version was quickly written to use as an example on the website, and needs further work.
The python source also needs some optimization/styling, especially deep cross-browser support and PNG support.

# Getting Started
Expand Down Expand Up @@ -42,7 +42,7 @@ FILE (opt) specify a single image file to be used

`-d --dir`

DIR (opt) - specify a directory to be used. If not used (and not -f), current dir will be used. Only files with "jpg" extension will be used.
DIR (opt) - specify a direcotry to be used. If not used (and not -f), current dir will be used. Only files with "jpg" extension will be used.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I discovered a new word :)


Other important notes:
There are constants you can tweak which will later be flags (Black/White sensitivity, image resolution, uniformness of colors) although generally the default vals are generally best.
Expand Down