Skip to content

Commit 2daa87d

Browse files
committed
fixes: README changes
1 parent c3e44df commit 2daa87d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Problem Solving using Javascript
2-
31
<img src=".assets/logo.png" align="right"/>
42

3+
# Problem Solving using Javascript
4+
55
[![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/vinitshahdeo/HacktoberFest)
66
[![Build Status](https://travis-ci.org/knaxus/problem-solving-javascript.svg?branch=master)](https://travis-ci.org/knaxus/problem-solving-javascript)
77
[![Coverage Status](https://coveralls.io/repos/github/knaxus/problem-solving-javascript/badge.svg?branch=master)](https://coveralls.io/github/knaxus/problem-solving-javascript?branch=master)
@@ -11,18 +11,18 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
1111

1212
![DSA](.assets/dsa.jpeg)
1313

14-
## Table of Contents
14+
## Overview
1515

16-
This repo contains the following in **JavaScript**
16+
This repo contains the following sections implemented in **JavaScript**
1717

1818
- Data Structures
1919
- Algorithms
2020
- Logical Problems
2121
- Classics (Few of the classical questions)
2222

23-
Find the detailed Table of Contents here: [Detailed TOC](TOC.md)
23+
Find the detailed contents and problem list here: [Table Of Contents](TOC.md)
2424

25-
## CONTRIBUTION Guide
25+
## Contribution Guide
2626

2727
It's great to know that you want to contribute to this repo. Thanks for taking interest. please fing the [guide here](https://github.com/knaxus/problem-solving-javascript/blob/master/CONTRIBUTING.md)
2828

0 commit comments

Comments
 (0)