Skip to content

Commit d06afe4

Browse files
committed
docs: update README
1 parent 8f6e6d0 commit d06afe4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![https://pkg.go.dev/github.com/yuin/goldmark](https://pkg.go.dev/badge/github.com/yuin/goldmark.svg)](https://pkg.go.dev/github.com/yuin/goldmark)
44
[![https://github.com/yuin/goldmark/actions?query=workflow:test](https://github.com/yuin/goldmark/actions/workflows/test.yaml/badge.svg?branch=master&event=push)](https://github.com/yuin/goldmark/actions?query=workflow:test)
55
[![https://coveralls.io/github/yuin/goldmark](https://coveralls.io/repos/github/yuin/goldmark/badge.svg?branch=master)](https://coveralls.io/github/yuin/goldmark)
6-
[![https://goreportcard.com/report/github.com/yuin/goldmark](https://goreportcard.com/badge/github.com/yuin/goldmark)](https://goreportcard.com/report/github.com/yuin/goldmark)
76

87
> A Markdown parser written in Go. Easy to extend, standards-compliant, well-structured.
98
@@ -15,7 +14,7 @@ There is also a Rust version of goldmark: [rushdown](https://github.com/yuin/rus
1514

1615
## v2 status
1716

18-
v2 is currently in beta. The API is almost stable, but some parts may change. Please report any issues you find.
17+
v2 is currently in RC. The API is almost stable, but some parts may change. Please report any issues you find.
1918

2019
## v2 Motivation
2120
goldmark was originally created with a focus on my personal goals.

0 commit comments

Comments
 (0)