From 12d96f6cb3e254c6cd0c598052a771edd0ea0dc4 Mon Sep 17 00:00:00 2001 From: Arsh Sharma <43717431+Sov-trotter@users.noreply.github.com> Date: Wed, 1 Apr 2020 07:31:13 +0530 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 542e1a2..f70bdd2 100644 --- a/README.md +++ b/README.md @@ -91,3 +91,16 @@ using Randomorg_API * `size` The size of each blob, measured in bits. Must be within the [1,1048576] range and must be divisible by 8. The total size of all blobs requested must not exceed 1,048,576 bits (128 KiB). * `format` Specifies the format in which the blobs will be returned. Values allowed are `base64` and `hex`. + + ## SUPPORTING AND CITING: + +This software was developed as part of academic research. If you would like to help support it, please star the repository. If you use this software as part of your research, teaching, or other activities, we would be grateful if you could cite the following: + +``` +@misc{sharma2019randomorg_apijl, + title={{Randomorg_API.jl: A random.org client written in Julia}}, + author={Arsh Sharma}, + year={2019} +} +``` +