From 698d7e542a519bd83b42dd21a2941dce07193015 Mon Sep 17 00:00:00 2001 From: Tiago Rodrigo Lampert Date: Tue, 2 Oct 2018 16:55:16 -0300 Subject: [PATCH] Fix typos designtated -> designated reccomended -> recommended succesfully -> successfully --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13cd4d9c..bb7400dc 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ check out the [customization guide](https://github.com/lbryio/spee.ch/blob/readm #### (optional) Syncing the full blockchain * Start the `spee.ch-sync` tool available at [billbitt/spee.ch-sync](https://github.com/billbitt/spee.ch-sync) - * This is not necessary, but highly reccomended. It will decode the blocks of the `LBRY` blockchain and add the claims information to your database's tables + * This is not necessary, but highly recommended. It will decode the blocks of the `LBRY` blockchain and add the claims information to your database's tables ## API #### /api/claim/publish @@ -111,7 +111,7 @@ curl https://spee.ch/api/claim/availability/doitlive response: ``` { - "success": , // `true` if spee.ch succesfully checked the claim availability + "success": , // `true` if spee.ch successfully checked the claim availability "data": , // `true` if claim is available, false if it is not available "message": // human readable message of whether claim was available or not } @@ -168,7 +168,7 @@ Spee.ch also runs a sync tool, which decodes blocks from the `LBRY` blockchain a * `tests/` holds the end-to-end tests for this project * Spee.ch uses `mocha` with the `chai` assertion library - * unit tests are located inside the project in-line with the files being tested and are designtated with a `xxxx.test.js` file name + * unit tests are located inside the project in-line with the files being tested and are designated with a `xxxx.test.js` file name ### Tests * This package uses `mocha` with `chai` for testing.