Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 5d90c47

Browse files
author
blaryjp
authored
fix(readme): typo
1 parent a7db119 commit 5d90c47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Gulp Drupal Theme - Core
22
========================
33

44
![gulp-drupal-theme-core-banner](banner.png)
5+
56
[![Maintenance](https://img.shields.io/maintenance/yes/2017.svg)]() [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/ovh/ux) [![travis](https://travis-ci.org/ovh-ux/gulp-drupal-theme-core.svg?branch=master)](https://travis-ci.org/ovh-ux/gulp-drupal-theme-core)
67

78
This theme core is to be included in your main project and sets up many Gulp tasks that can work in many flexible ways by passing in different `config` objects, which can be based off of `gulpfile.default.yml` (and is merged with).
@@ -17,7 +18,7 @@ This theme core is to be included in your main project and sets up many Gulp tas
1718

1819
All is easily configurable by changing values in your `gulpfile.yml` file in your project. These values are merged into the `gulpfile.default.yml` file - look there for the available options and defaults.
1920

20-
## TODO
21+
### TODO
2122

2223
- BrowserSync live reload and style injection (should be OK, not tested)
2324
- Images => Images optimization (to validate)
@@ -91,7 +92,7 @@ You need to create a `.eslintrc.js` file, and specify whitch rules that you want
9192

9293
You can launch specifics tasks, for example "lint CSS files". In this example, you can use `gulp validate:css`.
9394

94-
All the documentation can be found inside the `docs` folder.
95+
All the documentation can be found inside the [docs] folder.
9596

9697

9798
## Contributing

0 commit comments

Comments
 (0)