Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3588826556 | ||
|
|
98d812c904 |
16
README.md
16
README.md
@@ -4,7 +4,7 @@
|
||||
[](https://godoc.org/gitlab.com/Raum0x2A/nmslib)
|
||||
[](https://gitlab.com/Raum0x2A/nmslib)
|
||||
[](https://gitlab.com/Raum0x2A/nmslib/-/tree/develop)
|
||||
[](https://gitlab.com/Raum0x2A/nmslib/-/releases/v1.0.0)
|
||||
[](https://gitlab.com/Raum0x2A/nmslib/-/releases/v1.0.1)
|
||||
|
||||
NMSlib is a GoLang package for dealing with converting Galactic coordinates to Portal codes and vice versa.
|
||||
|
||||
@@ -57,7 +57,7 @@ func main() {
|
||||
|
||||
```
|
||||
|
||||
## Creating a Glyph banner with CreateBanner()
|
||||
## Creating a Glyph banner
|
||||
|
||||
This function takes 3 parameters and reurns an error
|
||||
|
||||
@@ -99,7 +99,7 @@ _Note: Image shown in readme.md's vertical example have been scaled down in gimp
|
||||
_Original ranportal.png: 256x3072px_
|
||||
|
||||
|
||||
### Converting Portal code to Galactic address with P2gc()
|
||||
### Converting Portal code to Galactic address
|
||||
|
||||
This function only takes 1 parameter and returns a string and error
|
||||
|
||||
@@ -116,7 +116,7 @@ Output:
|
||||
|
||||
``014C:0077:06DA:01F2``
|
||||
|
||||
### Converting Galactic coordinates to Portal codes with Gc2p()
|
||||
### Converting Galactic coordinates to Portal codes
|
||||
|
||||
This function only takes 2 parameters and returns a string and error
|
||||
|
||||
@@ -143,7 +143,7 @@ Supported languages
|
||||
- Vy'keen
|
||||
- Atlas
|
||||
|
||||
### Translate Atlas to English with Atl2Eng()
|
||||
### Translate Atlas to English
|
||||
|
||||
This function takes only 1 parameter and returns a string
|
||||
|
||||
@@ -161,7 +161,7 @@ Output:
|
||||
|
||||
``awake``
|
||||
|
||||
### Translate English to Korvax with Eng2Korvax()
|
||||
### Translate English to Korvax
|
||||
|
||||
This function takes only 1 parameter and returns a string
|
||||
|
||||
@@ -228,7 +228,5 @@ fmt.Println(nmslib.RndBH())
|
||||
<hr>
|
||||
|
||||
## A Proud member of NMH Hub
|
||||
### [](https://nomanssky.fandom.com/wiki/No_Man%27s_High_Hub) [](https://discord.gg/mhRxf29hns)
|
||||
|
||||
|
||||
|
||||
### [](https://nomanssky.fandom.com/wiki/No_Man%27s_High_Hub) [](https://discord.gg/mhRxf29hns)
|
||||
|
||||
Reference in New Issue
Block a user