fix readme
This commit is contained in:
parent
d1962eaa35
commit
cd2f0ab2ec
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## about
|
## about
|
||||||
|
|
||||||
`onyx/scry` is a lightweight map annotation and location data management and sharing tool built using [leaflet](leafletjs.org) and [typescript](https://typescriptlang.org). It is intended as a standalone tool to generate, manage, and share simple location data in the form of points, circles, and polygons. All of these have associated titles and descriptions and can be easily imported or exported to a `json` format for easy sharing. All data is saved locally via the `localStorage` API, and the only network calls are those to retrieve either the streetmap or satellite tile data.
|
`onyx/scry` is a lightweight map annotation and location data management and sharing tool built using [leaflet](https://leafletjs.org) and [typescript](https://typescriptlang.org). It is intended as a standalone tool to generate, manage, and share simple location data in the form of points, circles, and polygons. All of these have associated titles and descriptions and can be easily imported or exported to a `json` format for easy sharing. All data is saved locally via the `localStorage` API, and the only network calls are those to retrieve either the streetmap or satellite tile data.
|
||||||
|
|
||||||
## usage
|
## usage
|
||||||
|
|
||||||
|
@ -10,4 +10,4 @@ _coming soon_
|
||||||
|
|
||||||
## license
|
## license
|
||||||
|
|
||||||
`onyx/scry` is distributed under the [MIT license}(/LICENSE) - basically do whatever you want with it but leave my name on it.
|
`onyx/scry` is distributed under the [MIT license](./LICENSE) - basically do whatever you want with it but leave my name on it.
|
||||||
|
|
Loading…
Reference in a new issue