From df5d10eaa0841255b8dafb126118cccaf453b912 Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Fri, 13 Oct 2017 11:40:55 +0300 Subject: [PATCH] Remove extra section from the root README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 966da1a6..2b13c670 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,11 @@ development server: **Known issues:** -* Adding/changing `import`s may not be synced properly with ESLint. You may see an error `Unable to resolve path to module` even though the module existing in right path. Restarting the server doesn't help. To solve the issue, you need to make a change to the file where the error occurs. +* Adding/changing `import`s may not be synced properly with + ESLint. You may see an error `Unable to resolve path to module` even + though the module existing in right path. Restarting the server + doesn't help. To solve the issue, you need to make a change to the + file where the error occurs. ## Development Server @@ -63,7 +67,3 @@ to deploy a feature branch, setup the `sharetribe-starter-app` Heroku app and push the feature branch: git push heroku my-feature-branch:master - -## Logging - -Starter App has Sentry integration in place as an example of using as external error logging service. For more information see the [logging documentation](docs/sentry.md).