Remove extra section from the root README.md

This commit is contained in:
Kimmo Puputti 2017-10-13 11:40:55 +03:00
parent aa6db2acd7
commit df5d10eaa0

View file

@ -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).