funding_primer 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +7 -5
- data/lib/funding_primer/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -24,14 +24,16 @@ Or install it yourself as:
|
|
|
24
24
|
|
|
25
25
|
$ gem install funding_primer
|
|
26
26
|
|
|
27
|
-
## Usage
|
|
28
|
-
|
|
29
|
-
TODO: Write usage instructions here
|
|
30
|
-
|
|
31
27
|
## Help
|
|
32
28
|
|
|
33
29
|
funding_primer --help
|
|
34
|
-
man funding_primer
|
|
30
|
+
gem man funding_primer
|
|
31
|
+
|
|
32
|
+
## Usage
|
|
33
|
+
|
|
34
|
+
funding_primer # prints a multiplication table of the first 10 primes
|
|
35
|
+
funding_primer 3 # prints out a table of the first 3 primes
|
|
36
|
+
finding_primer --no-color # prints plain ASCII (default if a tty isn't detected)
|
|
35
37
|
|
|
36
38
|
## Contributing
|
|
37
39
|
|