Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Sep 3, 2021
1 parent 2c3c2e5 commit 0f8bc8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PKGER ?= pkger

help: Makefile
@echo
@echo " Choose a command run in Peanut:"
@echo " Choose a command run in Beaver:"
@echo
@sed -n 's/^##//p' $< | column -t -s ':' | sed -e 's/^/ /'
@echo
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<img src="https://github.com/Clivern/Beaver/workflows/Release/badge.svg">
</a>
<a href="https://github.com/Clivern/Beaver/releases">
<img src="https://img.shields.io/badge/Version-1.4.0-red.svg">
<img src="https://img.shields.io/badge/Version-1.5.0-red.svg">
</a>
<a href="https://goreportcard.com/report/github.com/Clivern/Beaver">
<img src="https://goreportcard.com/badge/github.com/Clivern/Beaver?v=1.4.0">
<img src="https://goreportcard.com/badge/github.com/Clivern/Beaver?v=1.5.0">
</a>
<a href="https://godoc.org/github.com/clivern/beaver">
<img src="https://godoc.org/github.com/clivern/beaver?status.svg">
Expand All @@ -25,7 +25,7 @@
</p>
<br/>
<p align="center">
<img src="https://raw.githubusercontent.com/Clivern/Beaver/main/assets/charts/chart.png?v=1.4.0" width="60%" />
<img src="https://raw.githubusercontent.com/Clivern/Beaver/main/assets/charts/chart.png?v=1.5.0" width="60%" />
</p>

Beaver is a real-time messaging server. With beaver you can easily build scalable in-app notifications, realtime graphs, multiplayer games, chat applications, geotracking and more in web applications and mobile apps.
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var versionCmd = &cobra.Command{
Run: func(cmd *cobra.Command, args []string) {
fmt.Println(
fmt.Sprintf(
`Current Peanut Version %v Commit %v, Built @%v By %v.`,
`Current Beaver Version %v Commit %v, Built @%v By %v.`,
Version,
Commit,
Date,
Expand Down

0 comments on commit 0f8bc8d

Please sign in to comment.