Skip to content

Commit 544d713

Browse files
authored
Update README.md
1 parent b183c46 commit 544d713

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
GoFileEncoder is a little file encoder that uses the [XOR encryption](https://en.wikipedia.org/wiki/XOR_cipher). It is coded in Golang, and is compiled for several OSs (Windows®, Linux®, and soon macOS®).
88

9-
I am not a pro in Go, so if you find a bug, or simply want to make a suggestion, I am totally open to [_issues_](https://github.com/eliotttak/GoFileEncoder/issues), [_pull requests_](https://github.com/eliotttak/GoFileEncoder/pulls) and to the [discussion](https://github.com/eliotttak/GoFileEncoder/discussions).
9+
I am not a pro in Go, so if you find a bug, or simply want to make a suggestion, I am totally open to [issues](https://github.com/eliotttak/GoFileEncoder/issues), [pull requests_](https://github.com/eliotttak/GoFileEncoder/pulls) and to the [discussion](https://github.com/eliotttak/GoFileEncoder/discussions).
1010

1111
---
1212

@@ -56,7 +56,7 @@ github.com/eliotttak/GoFileEncoder (this project)
5656
```
5757

5858
Refer to the file [go.mod](./go.mod) for more details.
59-
> 🛈 In [go.mod](./go.mod), there is an import for [github.com/abdfnx/gosh](https://github.com/abdfnx/gosh). It was used only for my setup, and you shouldn't need it. It will disappear if you run `go mod tidy`.
59+
> 🛈 In [go.mod](./go.mod), there can be an import for [github.com/abdfnx/gosh](https://github.com/abdfnx/gosh). It was used only for my setup, and you shouldn't need it. It will disappear if you run `go mod tidy`.
6060
6161
### Dependencies installing
6262
```bash
@@ -123,4 +123,5 @@ After a few seconds, the file is encoded or decoded. The programme closes automa
123123

124124
## License
125125
This software is distributed under the GNU GENERAL PUBLIC LICENSE version 3 (GNU GPL v3).
126-
[See the license](LICENSE)
126+
127+
[See the license](LICENSE)

0 commit comments

Comments
 (0)