diff --git a/README.md b/README.md index 2e6cd35..3a65707 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Just create a directory called `.initjs` in your home folder and drop your templ ## Version -1.2.5 +1.2.6 ## License diff --git a/package.json b/package.json index d34b930..a3b5775 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "init.js", - "version": "1.2.5", + "version": "1.2.6", "description": "A simple command line utility to quickly initialize developer workspaces / repositories", "author": "Jonas Friedmann", "license": "MIT", diff --git a/readmes/Default b/readmes/Default index d846c7e..74d8e3e 100644 --- a/readmes/Default +++ b/readmes/Default @@ -7,15 +7,15 @@ 1. Make sure you've installed all requirements 2. Clone this repository: - ```shell - git clone https://github.com/%github%/%project% - ``` + ```shell + git clone https://github.com/%github%/%project% + ``` 3. Install the project using `make`: - ```shell - make install - ``` + ```shell + make install + ``` ## Usage @@ -29,21 +29,21 @@ Here's a short explanation how to use `%project%`: 1. Fork it 2. Create your feature branch: - ```shell - git checkout -b feature/my-new-feature - ``` + ```shell + git checkout -b feature/my-new-feature + ``` 3. Commit your changes: - ```shell - git commit -am 'Add some feature' - ``` + ```shell + git commit -am 'Add some feature' + ``` 4. Push to the branch: - ```shell - git push origin feature/my-new-feature - ``` + ```shell + git push origin feature/my-new-feature + ``` 5. Submit a pull request