From 9f03a476e131285f4073418157682f50cdeabc31 Mon Sep 17 00:00:00 2001 From: Andrew Roberts Date: Wed, 8 May 2019 10:50:05 -0700 Subject: [PATCH 1/3] few minor wording changes --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 7c2ec34..536b432 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 helps you get started with Tiny Drive and allow you to play around with its features. ## Pre requirements @@ -8,7 +8,7 @@ NodeJS 11 on any supported platform. ## Getting started steps -### 1. Clone this repo to your local machine using +### 1. Clone this repository to your local machine using These are the steps needed to get this project running on your machine: @@ -18,13 +18,13 @@ $ git clone git@github.com:tinymce/tinydrive-java-spring-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://www.tiny.cloud. ### 3. Create a `tinydrive-nodejs-starter/private.key` file containing your generated private RSA key -You get the private RSA key from the `JWT Key Manager` account manager at http://tiny.cloud. +You get the private RSA key from the `JWT Key Manager` account manager at http://www.tiny.cloud. -### 4. Go to the directory and install npm packages and then start the dev server +### 4. Go to the directory and install NPM packages and then start the development server ``` $ cd tinydrive-nodejs-starter From 20823bbfd2edc43b9cb274295bba9832a968f0da Mon Sep 17 00:00:00 2001 From: Spocke Date: Wed, 5 Jun 2019 11:31:26 +0200 Subject: [PATCH 2/3] fixed incorrect git url --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7c2ec34..62613d4 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ 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` From b4f09f0779745d9d4e7ffecd8ca71b946b388708 Mon Sep 17 00:00:00 2001 From: Spocke Date: Wed, 5 Jun 2019 11:39:03 +0200 Subject: [PATCH 3/3] switched to public http url --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 62613d4..3e01fa5 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ 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-nodejs-starter.git +$ git clone https://github.com/tinymce/tinydrive-nodejs-starter.git ``` ### 2. Change the `apiKey` in `tinydrive-nodejs-starter/config.js`