Skip to content

Commit 2aee634

Browse files
authored
Merge pull request #10 from frdmn/chore/space
Chore/space
2 parents 86019ba + d068b93 commit 2aee634

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Just create a directory called `.initjs` in your home folder and drop your templ
8383
8484
## Version
8585
86-
1.2.5
86+
1.2.6
8787
8888
## License
8989

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "init.js",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "A simple command line utility to quickly initialize developer workspaces / repositories",
55
"author": "Jonas Friedmann",
66
"license": "MIT",

readmes/Default

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
1. Make sure you've installed all requirements
88
2. Clone this repository:
99

10-
```shell
11-
git clone https://github.com/%github%/%project%
12-
```
10+
```shell
11+
git clone https://github.com/%github%/%project%
12+
```
1313

1414
3. Install the project using `make`:
1515

16-
```shell
17-
make install
18-
```
16+
```shell
17+
make install
18+
```
1919

2020
## Usage
2121

@@ -29,21 +29,21 @@ Here's a short explanation how to use `%project%`:
2929
1. Fork it
3030
2. Create your feature branch:
3131

32-
```shell
33-
git checkout -b feature/my-new-feature
34-
```
32+
```shell
33+
git checkout -b feature/my-new-feature
34+
```
3535

3636
3. Commit your changes:
3737

38-
```shell
39-
git commit -am 'Add some feature'
40-
```
38+
```shell
39+
git commit -am 'Add some feature'
40+
```
4141

4242
4. Push to the branch:
4343

44-
```shell
45-
git push origin feature/my-new-feature
46-
```
44+
```shell
45+
git push origin feature/my-new-feature
46+
```
4747

4848
5. Submit a pull request
4949

0 commit comments

Comments
 (0)