aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Edgecumbe <git@esotericnonsense.com>2019-10-27 22:03:47 +0100
committerDaniel Edgecumbe <git@esotericnonsense.com>2019-10-27 22:03:47 +0100
commitb87dc94ed091f4da3ed2550de6060c58aec30456 (patch)
tree4bdc53f40cc8fed93e90046143cb7a18f50eedb6
parentc5bd939539304241df65b95bed714e076b7bcc12 (diff)
README.md tweaks
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6b9fdb4..284632b 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,22 @@
# `botfair`
-Rust bindings for the Betfair SportsAPING.
-Automatic login.
-Coming soon: automatic keep-alive.
+The `botfair` crate provides Rust bindings for the Betfair SportsAPING.
+
+Login and keep-alive are handled automatically by the BFClient.
https://git.esotericnonsense.com/pub/botfair.git - main repository
+
https://github.com/esotericnonsense/botfair.git - github repo, for PRs etc
## Contact
Daniel Edgecumbe (esotericnonsense)
+
[botfair@esotericnonsense.com](mailto:botfair@esotericnonsense.com)
## Usage
Note that `botfair` requires your certificate to be in `pfx` format.
+
In order to achieve this given a key and crt file, you can use the following
openssl command: