From ceb36ef8c606fc7649079d60ea88cf760c14d21b Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Mon, 1 Jan 2018 12:19:09 -0800 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1ba362d3..ecbf7d0e5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

- An open, extensible, knowledge base for your team built using React and Node.js.
Try out Outline using our hosted version at www.getoutline.com.
+ An open, extensible, wiki for your team built using React and Node.js.
Try out Outline using our hosted version at www.getoutline.com.

Outline

@@ -12,7 +12,7 @@

-This is the source code that runs [**Outline**](https://www.getoutline.com) and all the associated services. If you want to use outline then you don't need to run this code, we offer a hosted version of the app at [getoutline.com](https://www.getoutline.com). +This is the source code that runs [**Outline**](https://www.getoutline.com) and all the associated services. If you want to use Outline then you don't need to run this code, we offer a hosted version of the app at [getoutline.com](https://www.getoutline.com). If you'd like to run your own copy of Outline or contribute to development then this is the place for you. From 04e146993ba9181564edbae744414a9239c40e84 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Mon, 1 Jan 2018 12:23:03 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecbf7d0e5..a28b7302c 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Backend is driven by [Koa](http://koajs.com/) (API, web server), [Sequelize](htt We aim to have sufficient test coverage for critical parts of the application and aren't aiming for 100% unit test coverage. All API endpoints and anything authentication related should be thoroughly tested, and it's generally good to add tests for backend features and code. -To add new tests, write your tests with [Jest]https://facebook.github.io/jest/() add a file with `.test.js` extension next to the tested code. +To add new tests, write your tests with [Jest](https://facebook.github.io/jest/) add a file with `.test.js` extension next to the tested code. ```shell # To run all tests From a8865e5ce9ce426ed7ff09368513691bc3d79b18 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Mon, 1 Jan 2018 12:26:04 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a28b7302c..85a5a371d 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Backend is driven by [Koa](http://koajs.com/) (API, web server), [Sequelize](htt We aim to have sufficient test coverage for critical parts of the application and aren't aiming for 100% unit test coverage. All API endpoints and anything authentication related should be thoroughly tested, and it's generally good to add tests for backend features and code. -To add new tests, write your tests with [Jest](https://facebook.github.io/jest/) add a file with `.test.js` extension next to the tested code. +To add new tests, write your tests with [Jest](https://facebook.github.io/jest/) and add a file with `.test.js` extension next to the tested code. ```shell # To run all tests