Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typing mistake and formatting correction #3677

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Our chat channel is to be found on Gitter: https://gitter.im/fossasia/susi_webch

### Components
* CSS: Styling web pages, html files
* Javascript: Primary programing language
* ReactJS: Javascript library for building User Interfaces
* JavaScript: Primary programming language
* ReactJS: JavaScript library for building User Interfaces
* Redux: Managing global state
* Material-UI: UI library for design system
* styled-components: CSS-in-JS library
Expand Down Expand Up @@ -70,7 +70,7 @@ cd susi.ai

## Installation with docker
### Steps
* `git clone <repository-url>`, where `<respository-url>` is link to the forked repository
* `git clone <repository-url>`, where `<repository-url>` is link to the forked repository
* `cd susi.ai`
```sh
git clone https://github.com/USERNAME/susi.ai.git
Expand Down