From 90acc56bd0796404e43a7b5cf91ee6a21eb12d68 Mon Sep 17 00:00:00 2001 From: Glen Wider Date: Tue, 17 Aug 2021 14:51:15 +0200 Subject: [PATCH] update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2aaf362..5f4f00b 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,19 @@ The react-code-review-editor is a React component providing an environment for educational code review purposes. It supports a variety of languages. -![review-editor-screenshot](./screenshot.png) +![review-editor-screenshot](screenshot.png) This project was developed as part of a thesis at FH Kiel to be integrated into the CodeFREAK project. The development process included a usability test with students and teachers at said institution to deliver a component with good usability. -##Features +## Features - [x] display syntax highlighted code - [x] create and display comments inside the code - [x] create and display results - [x] different comment types with their own annotation symbols for better usability - [x] keyboard shortcuts -##Development +## Development For developing and getting to know the components through storybook examples: ```shell script git clone https://github.com/codefreak/react-code-review-editor.git