Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nezutero authored Nov 19, 2023
1 parent 812bab7 commit 5b03e7a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## port scanner in golang
## Port scanner in golang

###

Expand All @@ -8,7 +8,7 @@

###

## project structure:
## Project structure:

```go
├── go.mod
Expand All @@ -17,17 +17,17 @@
└── README.md
```

## installation
## Installation

```shell
go get github.com/kenjitheman/portscan
```

## contributing
## Contributing

- pull requests are welcome, for major changes, please open an issue first to
discuss what you would like to change
- Pull requests are welcome, for major changes, please open an issue first to
discuss what you would like to change.

## license
## License

- [MIT](https://choosealicense.com/licenses/mit/)

0 comments on commit 5b03e7a

Please sign in to comment.