Skip to content

Commit

Permalink
Changed module to be under mborders
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Borders committed Aug 18, 2020
1 parent ba4e67b commit 8519cf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[![GoDoc](http://godoc.org/github.com/borderstech/vulgata?status.png)](http://godoc.org/github.com/borderstech/vulgata)
[![Build Status](https://travis-ci.org/borderstech/vulgata.svg?branch=master)](https://travis-ci.org/borderstech/vulgata)
[![Go Report Card](https://goreportcard.com/badge/github.com/borderstech/vulgata)](https://goreportcard.com/report/github.com/borderstech/vulgata)
[![codecov](https://codecov.io/gh/borderstech/vulgata/branch/master/graph/badge.svg)](https://codecov.io/gh/borderstech/vulgata)
[![GoDoc](http://godoc.org/github.com/mborders/vulgata?status.png)](http://godoc.org/github.com/mborders/vulgata)
[![Build Status](https://travis-ci.org/mborders/vulgata.svg?branch=master)](https://travis-ci.org/mborders/vulgata)
[![Go Report Card](https://goreportcard.com/badge/github.com/mborders/vulgata)](https://goreportcard.com/report/github.com/mborders/vulgata)
[![codecov](https://codecov.io/gh/mborders/vulgata/branch/master/graph/badge.svg)](https://codecov.io/gh/mborders/vulgata)

# vulgata

Golang library containing the entire Holy Bible with both the Douay-Rheims English and Clementina Vulgata Latin texts.

Documentation here: https://godoc.org/github.com/borderstech/vulgata
Documentation here: https://godoc.org/github.com/mborders/vulgata

## Example Usage

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/borderstech/vulgata
module github.com/mborders/vulgata

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down

0 comments on commit 8519cf5

Please sign in to comment.