summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKevin Yap <me@kevinyap.ca>2014-06-14 19:50:56 -0700
committerKevin Yap <me@kevinyap.ca>2014-06-14 19:50:56 -0700
commite25a95b7811a1a250a17c931ef32367c683882d0 (patch)
treecef8725aa606a7aeeebef2802b34f1f4cefdf646 /examples
parentf1a846081b241c742c9700354ebe16f56c1c28fc (diff)
downloadclick-e25a95b7811a1a250a17c931ef32367c683882d0.tar.gz
Capitalized instances of Click (addressing #128)
Diffstat (limited to 'examples')
-rw-r--r--examples/README2
-rw-r--r--examples/aliases/README2
-rw-r--r--examples/complex/README2
-rw-r--r--examples/termui/README2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/README b/examples/README
index e0def3c..2457507 100644
--- a/examples/README
+++ b/examples/README
@@ -1,6 +1,6 @@
Click Examples
- This folder contains various click examples. Note that
+ This folder contains various Click examples. Note that
all of these are not runnable by themselves but should be
installed into a virtualenv.
diff --git a/examples/aliases/README b/examples/aliases/README
index f39555d..5a4a066 100644
--- a/examples/aliases/README
+++ b/examples/aliases/README
@@ -1,7 +1,7 @@
$ aliases_
aliases is a fairly advanced example that shows how
- to implement command aliases with click. It uses a
+ to implement command aliases with Click. It uses a
subclass of the default group to customize how commands
are located.
diff --git a/examples/complex/README b/examples/complex/README
index 3249847..7eaac90 100644
--- a/examples/complex/README
+++ b/examples/complex/README
@@ -8,7 +8,7 @@ $ complex_
`complex.commands` package. If a python module is
placed named "cmd_foo" it will show up as "foo"
command and the `cli` object within it will be
- loaded as nested click command.
+ loaded as nested Click command.
Usage:
diff --git a/examples/termui/README b/examples/termui/README
index 93d53b0..2c9d9dd 100644
--- a/examples/termui/README
+++ b/examples/termui/README
@@ -1,7 +1,7 @@
$ termui_
termui showcases the different terminal UI helpers that
- click provides.
+ Click provides.
Usage: