From 2c7a73fd52a04e24fbf4a5f2bd00cc537c28a462 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Wed, 5 Jul 2017 16:28:41 -0400 Subject: [PATCH] no more free credits for learning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f819ef73..e3ae38083 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Run `lbrynet-daemon` to launch the daemon. By default, `lbrynet-daemon` will provide a JSON-RPC server at `http://localhost:5279`. It is easy to interact with via cURL or sane programming languages. -Our [quickstart guide](http://lbry.io/quickstart) provides clear sample usages and free credits for learning. +Our [quickstart guide](http://lbry.io/quickstart) provides a simple walkthrough and examples for learning. The full API is documented [here](https://lbry.io/api).