Skip to content

Commit

Permalink
Fixed Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olekukonko committed Jan 15, 2014
1 parent 11f86b5 commit 6e51ee7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 1,9 @@
ts
ts (Terminal Size)
==

[![Build Status](https://travis-ci.org/olekukonko/ts.png?branch=master)](https://travis-ci.org/olekukonko/ts) [![Total views](https://sourcegraph.com/api/repos/github.com/olekukonko/ts/counters/views.png)](https://sourcegraph.com/github.com/olekukonko/ts)

Simple go Application to get Terminal Size. So Many Implementations does not support windows but `ts` has full windows support.
Simple go Application to get Terminal Size. So Many Implementations do not support windows but `ts` has full windows support.
Run `go get github.com/olekukonko/ts` to download and install

#### Example
Expand All @@ -25,3 25,4 @@ func main() {
}
```

[See Documentation](http://godoc.org/github.com/olekukonko/ts)
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 7,7 @@

/**
Simple go Application to get Terminal Size. So Many Implementations does not support windows but `ts` has full windows support.
Simple go Application to get Terminal Size. So Many Implementations do not support windows but `ts` has full windows support.
Run `go get github.com/olekukonko/ts` to download and install
Installation
Expand Down
2 changes: 1 addition & 1 deletion ts_x.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@
// Use of this source code is governed by a MIT
// license that can be found in the LICENSE file.

// This module is a Terminal API for the Go Programming Language.
// This module is a Terminal API for the Go Programming Language.
// The protocols were written in pure Go and works on windows and unix systems

package ts
Expand Down

0 comments on commit 6e51ee7

Please sign in to comment.