Skip to content

Commit 9e322fb

Browse files
committed
Update README.md
1 parent f6cd224 commit 9e322fb

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,9 @@ This'll create a sandbox environment, download and install all the dependencies
3131

3232
# Usage
3333

34-
Assuming you're already building (if not see the instructions above) then
35-
36-
cabal run webserver
37-
38-
Should spin up a web server on port 8888. Fire up your web browser and try, for example, http://localhost/database/235235235?size=1 to generate a tiny example database. Play with the size parameter with caution, the whole response is in memory first so big numbers (say > 1000) are probably a bad idea.
39-
40-
Usage should be consistent, so going to the same URL should always generate the same value for testing purposes.
41-
42-
If you'd rather use a command line interface then
34+
There's a command line interface then
4335

4436
cabal build cli
4537
./cli --help
4638

47-
Should produce the documentation. Seed and size are exactly as the webserver.
39+
Should produce the documentation.

0 commit comments

Comments
 (0)