From 101ae8e06bd24274155861e9ac1f8534dfa58aca Mon Sep 17 00:00:00 2001 From: mdouchement Date: Mon, 8 Apr 2019 14:44:44 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33d9b8a..b8c7eee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Yet Another Standardfile Implementation in Go +[![CircleCI](https://circleci.com/gh/mdouchement/standardfile/tree/master.svg?style=shield)](https://circleci.com/gh/mdouchement/standardfile/tree/master) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/mdouchement/standardfile) [![Go Report Card](https://goreportcard.com/badge/github.com/mdouchement/standardfile)](https://goreportcard.com/report/github.com/mdouchement/standardfile) [![License](https://img.shields.io/github/license/mdouchement/standardfile.svg)](http://opensource.org/licenses/MIT) @@ -14,9 +15,14 @@ This server implementation is built with Go and can be deployed in seconds. https://hub.docker.com/r/mdouchement/standardfile +##### You may require to add `/api` to the url of your server if you plan to use this server with https://standardnotes.org/ + ### Client library Go to `pgk/libsf` for more details. +https://godoc.org/github.com/mdouchement/standardfile/pkg/libsf + +It is an alternative to https://github.com/jonhadfield/gosn ### SF client @@ -24,8 +30,6 @@ Go to `pgk/libsf` for more details. go run cmd/sfc/main.go -h ``` -##### You may require to add `/api` to the url of your server if you plan to use this server with https://standardnotes.org/ - ## Requirements - Golang 1.11.x (Go Modules)