From bab994a6724ce90c66203e799a8cef078f185f59 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Thu, 23 Mar 2017 12:59:38 +0100 Subject: [PATCH] README: Formatting --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8183a63..949e6d3 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ You can use this project as a starting point to write your own extension for Lib 4. Import the project in Eclipse (File->Import->Existing Projects into Workspace) 5. Let Eclipse know the paths to LibreOffice & the SDK (Project->Properties->LibreOffice Properties) 6. Setup Run Configuration - * Go to Run->Run Configurations - * Create a new run configuration of the type "LibreOffice Application" - * Select the project - * Run! - * *Hint: Show the error log to view the output of the run configuration (Window->Show View->Error Log)* + * Go to Run->Run Configurations + * Create a new run configuration of the type "LibreOffice Application" + * Select the project + * Run! + * *Hint: Show the error log to view the output of the run configuration (Window->Show View->Error Log)* 7. The extension will be installed in LibreOffice and you will see a toolbar and a menu entry have been added to Writer. ## Development Hints