Skip to content

Commit 59a9b20

Browse files
committed
Updated docs
1 parent 190735a commit 59a9b20

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-20 Ionică Bizău <[email protected]> (https://ionicabizau.net)
3+
Copyright (c) 2013-21 Ionică Bizău <[email protected]> (https://ionicabizau.net)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Of course, you can! It's production ready! If you ever did such a thing, [ping m
6565
Currently [GnuCOBOL](https://www.gnu.org/software/gnucobol/) is required. If you are using a debian-based distribution you can install it using:
6666

6767
```sh
68-
$ sudo apt install gnucobol
68+
$ sudo apt-get install gnucobol
6969
# outdated systems: sudo apt-get install open-cobol
7070
```
7171

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,15 @@
3737
"h2": "Installation"
3838
},
3939
{
40-
"p": "Currently GNUCobol is required. If you are using a debian-based distribution you can install it using:"
40+
"p": "Currently [GnuCOBOL](https://www.gnu.org/software/gnucobol/) is required. If you are using a debian-based distribution you can install it using:"
4141
},
4242
{
4343
"code": {
4444
"language": "sh",
45-
"content": "$ sudo apt-get install open-cobol"
45+
"content": [
46+
"$ sudo apt-get install gnucobol",
47+
"# outdated systems: sudo apt-get install open-cobol"
48+
]
4649
}
4750
},
4851
{
@@ -113,4 +116,4 @@
113116
"bloggify.json",
114117
"bloggify/"
115118
]
116-
}
119+
}

0 commit comments

Comments
 (0)