Skip to content

Commit

Permalink
chore: update readme (#2011)
Browse files Browse the repository at this point in the history
* Fix README references to files on deprecated master branch.
  • Loading branch information
joshua-goldstein committed Sep 26, 2023
1 parent 5f004c4 commit 3a8a5af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Please consult the [Changelog] for more detailed information on releases.

For more details on our version naming schema please read [Choosing a version](#choosing-a-version).

[Changelog]:https://github.com/dgraph-io/badger/blob/master/CHANGELOG.md
[Changelog]:https://github.com/dgraph-io/badger/blob/main/CHANGELOG.md

## Table of Contents
- [BadgerDB](#badgerdb)
Expand All @@ -62,7 +62,7 @@ For more details on our version naming schema please read [Choosing a version](#
## Getting Started

### Installing
To start using Badger, install Go 1.19 or above. Badger v3 needs go modules. From your project, run the following command
To start using Badger, install Go 1.19 or above. Badger v3 and above needs go modules. From your project, run the following command

```sh
$ go get github.com/dgraph-io/badger/v4
Expand Down

0 comments on commit 3a8a5af

Please sign in to comment.