Skip to content

Commit a7209f6

Browse files
committed
update README
1 parent 7977582 commit a7209f6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
TrulyRandom
22
===========
3-
Composer-based library to interact with random.org's API in order to generate truly random
3+
Composer-compatible library to interact with random.org's API in order to generate truly random
44
lists of integers, sequences of integers, and random alpha-numeric strings.
55

66
Random.org does limit the amount of random numbers/strings you can generate in a day, and
77
this program will check your remaining quota before sending requests. If you need more than
88
the free allowance, there are instructions on random.org for purchasing additional.
99

10+
I have nothing to do with random.org other then thinking its a cool service.
11+
1012
## Installation
11-
Not available via packagist at the moment. You can install via:
13+
Install via Packagist
1214

13-
"repositories" : [
14-
{
15-
"type" : "vcs",
16-
"url" : "git@github.com:pixeloution/true-random.git"
17-
},
18-
]
19-
20-
in your composer.json file, which will load it directly from github.
15+
"require" :
16+
{
17+
"pixeloution/true-random" : "*"
18+
},
19+
20+
in your composer.json file
2121

2222
## Set-Up
2323
use Pixeloution\Random\Randomizer;

0 commit comments

Comments
 (0)