fix readme
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEkFh6dA+k/6CXFXU4O3+8IhROY5gFAmL4DSsACgkQO3+8IhRO Y5iNEQ/8CJhsiEG2aKE/Uk2epL6dBuX9zBzqpwlczeGhR16R/g31ADZrg4JUlBqc xM7jRFqCA/9CRLmOz/ZcMVsHxvtdGUyJUggTo52+7gAxnOncGcdF6C83mGl4RAxf ceNJHTKCPBhkVnSmZir5qegRdBhwqAuxEzEWtiy3ckkFdhESSsnM4TG2mKLLrczC 1fHSEHqWTy+FwJDgKmRf41njAcPKREcUenXFtI726pPNXzFAuP8zmGGjDtFfWAOr Dv1zlX5lKmBnwy4CgejuFi85RxoUjykkdeSg0jPeJ3coCJ2rqKb6sMHQsHT7Oj1U cS7JvbPJYlq1fdKBx+th/wqU1WUAIJ4q+A9Re9nt6/tRSf5j7xemyi8r+pxJrOlU +WwazdPdNaGBhjmDxcpvUkIRrqxxpaYgPUhW7Zkpw9QyC6bbqcae1ptqEowinL3X f5qWR0VEVMcIwzaFQ/lgfNsOlnPtBf+EMede9CI4cGoA4E6lGI9yJK5/oqbudjSd mLA0TrgLDWKV5wmAqZLBN5A1nyfbAsBJt31+19Su9Ke43gWfOW/g7EvPRNHw1Kaz 3PVSkcBiJOQpzJ6sw/iVZysz65XqVgJzA9BGuKbKA9Xf5pwDoBnx1IYR4McZQZk3 95rpr+jQ5a9fo+DZrdZ6e1b6gLohT5qe2Gusu1OrwGbSAKK5MRc= =9Nsg -----END PGP SIGNATURE-----
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
README.md
→
README.md
@@ -2,7 +2,7 @@ # onyx/scry
## 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@@ -10,4 +10,4 @@ _coming soon_
## 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.