Skip to content

Commit 9beb90c

Browse files
authored
readme: clean up [skip ci]
1 parent 3f62e0c commit 9beb90c

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# demoinfocs-golang - A CS:GO Demo Parser
1+
# demoinfocs-golang - CS:GO Demo Parser
22

3-
This is a Go library for super fast parsing and analysing of Counter Strike: Global Offensive (CS:GO) demos (aka replays). It is based on <a href="https://github.com/ValveSoftware/csgo-demoinfo" rel="external">Valve's demoinfogo</a> and <a href="https://github.com/StatsHelix/demoinfo" rel="external">SatsHelix's demoinfo</a>.
3+
A blazing fast, feature complete and production ready Go library for parsing and analysing of Counter Strike: Global Offensive (CS:GO) demos (aka replays). It is based on <a href="https://github.com/ValveSoftware/csgo-demoinfo" rel="external">Valve's demoinfogo</a> and <a href="https://github.com/StatsHelix/demoinfo" rel="external">SatsHelix's demoinfo</a> but provides many improvements.
44

55
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat)](https://pkg.go.dev/github.com/markus-wa/demoinfocs-golang/v2/pkg/demoinfocs?tab=doc)
66
[![Build Status](https://travis-ci.com/markus-wa/demoinfocs-golang.svg?branch=master)](https://travis-ci.com/github/markus-wa/demoinfocs-golang)
@@ -11,24 +11,19 @@ This is a Go library for super fast parsing and analysing of Counter Strike: Glo
1111

1212
## Discussions / Chat
1313

14-
You can use gitter to ask questions and discuss ideas about this project.
14+
You can use gitter to ask questions and discuss ideas about this project.<br>
15+
For business inquiries please use the contact information found on the [GitHub profile](https://github.com/markus-wa).
1516

1617
[![Gitter chat](https://badges.gitter.im/csgodemos/demoinfo-lib.png)](https://gitter.im/csgodemos/demoinfo-lib)
1718

1819
## Go Get
1920

2021
go get -u github.com/markus-wa/demoinfocs-golang/v2/pkg/demoinfocs
2122

22-
## Upgrading from v1.x to v2
23-
24-
If you are currently using version 1.x of this library, check out [this wiki page](https://github.com/markus-wa/demoinfocs-golang/wiki/Upgrading-from-v1.x-to-v2.0.0) for an upgrade guide to v2.
25-
26-
The old code is also still available in the [`v1` branch](https://github.com/markus-wa/demoinfocs-golang/tree/v1) if you need it.
27-
2823
## Table of Contents
2924

3025
- [Requirements](https://github.com/markus-wa/demoinfocs-golang#requirements)
31-
- [Getting Started](https://github.com/markus-wa/demoinfocs-golang#getting-started)
26+
- [Quickstart Guide](https://github.com/markus-wa/demoinfocs-golang#quickstart-guide)
3227
- [Example](https://github.com/markus-wa/demoinfocs-golang#example)
3328
- [More Examples](https://github.com/markus-wa/demoinfocs-golang#more-examples)
3429
- [Documentation](https://github.com/markus-wa/demoinfocs-golang#documentation)
@@ -52,7 +47,7 @@ This library should be used with `go 1.11` or higher as it is built using Go mod
5247
It's recommended to use modules for consumers as well if possible.
5348
If you are unfamiliar with Go modules there's a [list of recommended resources](https://github.com/markus-wa/demoinfocs-golang/wiki/Go-Modules#recommended-links--articles) in the wiki.
5449

55-
## Getting Started
50+
## Quickstart Guide
5651

5752
1. Download and install Go 1.11 or newer [from golang.org](https://golang.org/dl/) or via your favourite package manager
5853

0 commit comments

Comments
 (0)