update README.md

Change-Id: I1e1b1c4f3e7f010fd5a159f042d7bb2e1a4a4f2e
diff --git a/README.md b/README.md
index a7d8ac1..e8315d4 100644
--- a/README.md
+++ b/README.md
@@ -42,8 +42,11 @@
 # Sentry
 
 - uncomment the line `// import config from "./sentry-server.config.json" assert { type: "json" };` in `./sentry.js`
-- uncomment the line `// import config from "../sentry-client.config.json"` and the init config`Sentry.init(...` in `./client/index.js`
-- uncomment the lines `// import { sentrySetUp } from './sentry.js'` and `sentrySetUp(app)` in `./app.js`
+
+- uncomment the line `// import config from "../sentry-client.config.json"` and the init config`Sentry.init(...` in `./client/index.js`  
+
+- uncomment the lines `// import { sentrySetUp } from './sentry.js'` and `sentrySetUp(app)` in `./app.js`  
+
 - add `sentry-client.config.json` file in `client` and `sentry-server.config.json` (ask them to an admin) in your project root
 
 # Tests