Skip to content

Commit 8b59281

Browse files
committed
fixes readme
1 parent 86b5803 commit 8b59281

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
spaceapi-validator
1+
go-spaceapi-validator
22
==
33
[![Go Report Card](https://goreportcard.com/badge/github.com/gidsi/go-spaceapi-validator)](https://goreportcard.com/report/github.com/gidsi/go-spaceapi-validator)
44

55
This is a simple library for golang to validate spaceapi specs
66

7-
Right now it uses the SpaceApi spec found at https://github.com/spacedirectory/schema until the spec is moved
8-
97
usage
108
==
119
```go
1210
package main
1311

1412
import (
15-
validator "github.com/gidsi/go-spaceapi-validator"
13+
validator "github.com/spaceapi-community/go-spaceapi-validator"
1614
"fmt"
1715
"strconv"
1816
)
@@ -32,4 +30,4 @@ func main() {
3230

3331
Todo
3432
==
35-
* Update schemas.go file when something is pushed into schema respository
33+
* Update schemas.go file when something is pushed into schema respository

0 commit comments

Comments
 (0)