Skip to content

Commit 9f27e53

Browse files
authored
Merge pull request #67 from bryant1410/master
Fix broken headings in Markdown files
2 parents 470e7b5 + 8fc9235 commit 9f27e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# **Front-End Toolkit** #
22
This project is a collections of resources, best practices and tools for front-end developers. Is made to help unify workflow and standardize the code inside our team.
33

4-
##Starter Template##
4+
## Starter Template ##
55
To ease setup process of the new project we have created a starter template which contains:
66

77
* Javascript files structure including following plugins:
@@ -29,7 +29,7 @@ To install template:
2929

3030
_Note: we use [npm package manager](https://www.npmjs.com/) to manage our modules and [Gulp](http://gulpjs.com/) to run automated tasks. Also, to use npm manager you must have [Node.js](https://nodejs.org/) installer on your machine._
3131

32-
##Wiki##
32+
## Wiki ##
3333
A collection of resources, useful tools and technologies for front-end web development.
3434

3535
* **[Front-End Bible](https://github.com/devbridge/Front-End-Toolkit/wiki/Front-End-Bible)** - _Set of rules for front-end developer._

0 commit comments

Comments
 (0)