From d013b376a214306d4b09a076cf1530044ea1f3eb Mon Sep 17 00:00:00 2001 From: irfansofyana Date: Sat, 20 Aug 2022 18:42:11 +0700 Subject: [PATCH] chore: update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 19e9a92..c16f477 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ [Aztro API](https://github.com/sameerkumar18/aztro) is API get daily horoscope. This project is aim to create a simple wrapper for the API using Go. +## Installation + +Open your terminal and run: +```go +go get github.com/irfansofyana/go-aztro-api-wrapper +``` + + ## Example Usage ```go package main