diff --git a/README.md b/README.md index fd2560e..0a17fff 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,37 @@ ![131_20220604170616](https://user-images.githubusercontent.com/85154556/171998341-9a7439c8-122f-4a9f-beb6-0e0b3aad05ed.png) -## Installation +# Maker -```sh -$ go get github.com/fluffy-melli/korcen-go -``` - -# Authorship +>(github) : Tanat05 ``` -Tanat05 https://github.com/Tanat05/korcen +--------------------------------- +!The code below is a Go translation of the code written by "Tanat05," and all copyrights are owned by "Tanat05." ``` Copyright© All rights reserved. + +--- + +# Installation + +>mod +```sh +$ go get github.com/fluffy-melli/korcen-go +``` + +>golang +```go +package main + +import ( + "fmt" + + "github.com/fluffy-melli/korcen-go" +) + +func main() { + fmt.Println(korcen.Check("")) +} +```