aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-06-06 22:25:08 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-06-06 22:25:08 +0300
commitdb09a59790aa6c32906eaa5ed5fe05ae6cfb5955 (patch)
tree0def7f2b44d60b337c715e43916901b7b247774b /README.md
parentchange project name, decouple main and parsing entrance (diff)
downloadsdp.go-db09a59790aa6c32906eaa5ed5fe05ae6cfb5955.tar.gz
sdp.go-db09a59790aa6c32906eaa5ed5fe05ae6cfb5955.tar.bz2
sdp.go-db09a59790aa6c32906eaa5ed5fe05ae6cfb5955.zip
change project name to sdp.gov1.2.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index bb1ecb7..84d0f08 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
1# DemoParser [![Go Report Card](https://goreportcard.com/badge/github.com/pektezol/demoparser)](https://goreportcard.com/report/github.com/pektezol/demoparser) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/pektezol/DemoParser/blob/main/LICENSE) 1# sdp.go [![Go Report Card](https://goreportcard.com/badge/github.com/pektezol/sdp.go)](https://goreportcard.com/report/github.com/pektezol/sdp.go) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/pektezol/sdp.go/blob/main/LICENSE)
2 2
3Source Demo Parser for Portal 2 written in Golang. 3Source Demo Parser for Portal 2 written in Golang.
4 4
5## Couldn't Do This Without Them 5## Couldn't Do This Without Them
6 6
7- [@UncraftedName](https://github.com/UncraftedName): For [UntitledParser](https://github.com/UncraftedName/UntitledParser) 7- [@UncraftedName](https://github.com/UncraftedName): For [UntitledParser](https://github.com/UncraftedName/UntitledParser)
8- [@NeKzor](https://github.com/NeKzor): For [nekz.me/dem](https://nekz.me/dem) 8- [@NeKzor](https://github.com/NeKzor): For [dem.nekz.me](https://dem.nekz.me)
9 9
10## Usage 10## Usage
11 11
@@ -27,5 +27,5 @@ $ ./parser demos/
27- In-depth packet class parsing for each class. ([#7][i7]) 27- In-depth packet class parsing for each class. ([#7][i7])
28- Entity parsing. ([#17][i17]) 28- Entity parsing. ([#17][i17])
29 29
30[i7]: https://github.com/pektezol/DemoParser/issues/7 30[i7]: https://github.com/pektezol/sdp.go/issues/7
31[i17]: https://github.com/pektezol/DemoParser/issues/17 \ No newline at end of file 31[i17]: https://github.com/pektezol/sdp.go/issues/17 \ No newline at end of file