From 27efa2885ee26c76b96b3551cdeaa3dd08c263cb Mon Sep 17 00:00:00 2001 From: Shikha Date: Tue, 7 May 2019 13:49:14 +1000 Subject: [PATCH 1/2] minor corrections --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 7c2ec34..3048478 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Tiny Drive NodeJS Starter Project -This project will help you get started with Tiny Drive and allow you to play around with it's features. +This project will help you get started with Tiny Drive and allow you to play around with its features. ## Pre requirements @@ -13,12 +13,12 @@ NodeJS 11 on any supported platform. These are the steps needed to get this project running on your machine: ``` -$ git clone git@github.com:tinymce/tinydrive-java-spring-starter.git +$ git clone git@github.com:tinymce/tinydrive-nodejs-starter.git ``` ### 2. Change the `apiKey` in `tinydrive-nodejs-starter/config.js` -You get the api key from the `API Key Manager` account manager at http://tiny.cloud. +You get the API key from the `API Key Manager` account manager at http://tiny.cloud. ### 3. Create a `tinydrive-nodejs-starter/private.key` file containing your generated private RSA key From 9dfd2d34be658c1ff1434d82d7de2c5aebda22fb Mon Sep 17 00:00:00 2001 From: Shikha Date: Tue, 7 May 2019 13:52:42 +1000 Subject: [PATCH 2/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3048478..19b1359 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ This project will help you get started with Tiny Drive and allow you to play around with its features. -## Pre requirements +## Prerequisites NodeJS 11 on any supported platform.