Skip to content

Commit 3333c4e

Browse files
authored
chore: disclaimer (#4)
add a short message until we do changes properly
1 parent e50fead commit 3333c4e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
[![Build Status](https://travis-ci.org/agflow/misspell.svg?branch=master)](https://travis-ci.org/agflow/misspell) [![GoDoc](https://godoc.org/github.com/agflow/misspell?status.svg)](https://godoc.org/github.com/agflow/misspell) [![Go Report Card](https://goreportcard.com/badge/github.com/agflow/misspell)](https://goreportcard.com/report/github.com/agflow/misspell) [![Coverage](https://codecov.io/gh/agflow/misspell/branch/master/graph/badge.svg)](https://codecov.io/gh/agflow/misspell)
2-
1+
## misspell [![Build Status](https://travis-ci.org/agflow/misspell.svg?branch=master)](https://travis-ci.org/agflow/misspell) [![GoDoc](https://godoc.org/github.com/agflow/misspell?status.svg)](https://godoc.org/github.com/agflow/misspell) [![Go Report Card](https://goreportcard.com/badge/github.com/agflow/misspell)](https://goreportcard.com/report/github.com/agflow/misspell) [![Coverage](https://codecov.io/gh/agflow/misspell/branch/master/graph/badge.svg)](https://codecov.io/gh/agflow/misspell)
32

43
Correct commonly misspelled English words... quickly.
54

5+
> disclaimer: this a fork of **[client9/misspell](https://github.com/client9/misspell)**.
6+
67
### Install
78

89

@@ -233,7 +234,7 @@ file,line,column,typo,corrected
233234
```
234235

235236
<a name="sqlite"></a>
236-
### How can I export to SQLite3?
237+
### How can I export to SQLite3?
237238

238239
Using `-f sqlite`, the output is a [sqlite3](https://www.sqlite.org/index.html) dump-file.
239240

0 commit comments

Comments
 (0)