Skip to content

Commit

Permalink
Naming tweaks in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pirelenito committed Apr 28, 2018
1 parent 028762d commit d72f49e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Git Revision Webpack Plugin
# Git revision webpack plugin

[![Build Status](https://travis-ci.org/pirelenito/git-revision-webpack-plugin.svg)](https://travis-ci.org/pirelenito/git-revision-webpack-plugin)
[![npm version](https://badge.fury.io/js/git-revision-webpack-plugin.svg)](https://badge.fury.io/js/git-revision-webpack-plugin)
Expand All @@ -10,7 +10,7 @@ Simple [webpack](https://webpack.js.org/) plugin that generates `VERSION` and `C

## Usage

Given a **Webpack 4** project ([check bellow](#outdated-webpack) for **old Webpack versions**), install it as a local development dependency:
Given a **webpack 4** project ([check bellow](#outdated-webpack) for **old webpack versions**), install it as a local development dependency:

```bash
npm install --save-dev git-revision-webpack-plugin
Expand Down Expand Up @@ -169,7 +169,7 @@ module.exports = {
}
```

## Outdated Webpack
## Outdated webpack

If your project is **not using Wepack version 4 or greater**, you will need to install an older version of this package:

Expand Down

0 comments on commit d72f49e

Please sign in to comment.