diff --git a/README.md b/README.md index 332f96b..f18bea2 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,29 @@ -# go-exp +# go-tmp -Package **exp** implements an **expiring** **optional-type** with a **time-out**, for the Go programming language. +Package **tmp** implements an **expiring** **optional-type** with a **time-out**, for the Go programming language. In other programming languages, an **optional-type** might be known as: a **option-type**, or a **maybe-type**. ## Documention -Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-exp +Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-tmp -[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-exp?status.svg)](https://godoc.org/sourcecode.social/reiver/go-exp) +[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-tmp?status.svg)](https://godoc.org/sourcecode.social/reiver/go-tmp) ## Import -To import package **exp** use `import` code like the follownig: +To import package **tmp** use `import` code like the follownig: ``` -import "sourcecode.social/reiver/go-exp" +import "sourcecode.social/reiver/go-tmp" ``` ## Installation -To install package **exp** do the following: +To install package **tmp** do the following: ``` -GOPROXY=direct go get https://sourcecode.social/reiver/go-exp +GOPROXY=direct go get https://sourcecode.social/reiver/go-tmp ``` ## Author -Package **exp** was written by [Charles Iliya Krempeaux](http://changelog.ca) +Package **tmp** was written by [Charles Iliya Krempeaux](http://changelog.ca)