Skip to content

Commit

Permalink
Merge pull request #91 from joshbeard/doc-updates
Browse files Browse the repository at this point in the history
docs: version disclaimer, cleanups
  • Loading branch information
joshbeard authored Aug 22, 2024
2 parents 9b8fb96 + aed07e8 commit 1b118ac
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
Binary file modified .github/readme/lob-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 17 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
[![Version](https://img.shields.io/github/v/release/liveoaklabs/readme-api-go-client)](https://github.com/liveoaklabs/readme-api-go-client/releases)
[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://pkg.go.dev/github.com/liveoaklabs/readme-api-go-client?tab=doc)

This is a Go client library for the [ReadMe.com](https://readme.com) API.
<img align="right" width="200" src=".github/readme/lob-logo.png">

![Live Oak Bank](.github/readme/lob-logo.png)
📖 Refer to <https://pkg.go.dev/github.com/liveoaklabs/readme-api-go-client> for the Go package documentation.

This package is developed by [Live Oak Bank](https://liveoakbank.com) and is not affiliated with ReadMe.com.
☁️ Also see our [Terraform provider for ReadMe](https://github.com/liveoaklabs/terraform-provider-readme)
that uses this library.

_This library is developed by [Live Oak Bank](https://liveoakbank.com) and is
not officially associated with ReadMe.com._

## Getting Started

Expand Down Expand Up @@ -43,18 +47,22 @@ if specs == nil {
}
```

## Reference
## Disclaimer About Versioning and Development Status

⚠️ This project is currently under active development and is versioned using
the `0.x.x` scheme. Breaking changes are likely and will result in an
increment to the minor version (e.g., `0.2.0` to `0.3.0).` Users are strongly
advised not to automatically update to new minor or major versions without
thoroughly testing, as the API and functionality may change significantly
between releases.

Refer to <https://pkg.go.dev/github.com/liveoaklabs/readme-api-go-client> for the Go package documentation.
A stable `1.x` release is planned for the future once the project meets
certain criteria for feature completeness and stability.

## Contributing

Refer to [`CONTRIBUTING.md`](CONTRIBUTING.md) for information on contributing to this project.

## Related

The [Terraform provider for ReadMe](https://github.com/liveoaklabs/terraform-provider-readme) uses this client library.

## License

This project is licensed under the MIT License - see the [`LICENSE`](LICENSE) file for details.

0 comments on commit 1b118ac

Please sign in to comment.