Skip to content

Commit

Permalink
docs(geom): update links to clojure version
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Oct 19, 2020
1 parent 4f14e45 commit d81d469
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/geom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
This project is part of the
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.

For the Clojure version, please visit: [thi.ng/geom-clj](https://thi.ng/geom-clj)

- [About](#about)
- [Support packages](#support-packages)
- [Status](#status)
Expand All @@ -24,7 +26,7 @@ This project is part of the
Functional, polymorphic API for 2D geometry types & SVG generation.

This project is a partially ported from the [Clojure version of the same
name](http://thi.ng/geom). All polymorphic operations built on
name](http://thi.ng/geom-clj). All polymorphic operations built on
[@thi.ng/defmulti](https://github.com/thi-ng/umbrella/tree/develop/packages/defmulti).

[**Up-to-date feature matrix spreadsheet**](https://docs.google.com/spreadsheets/d/1GxJm-zOQaGECui2MJUmy3gQPTF-T6BJ6vhNlUnPsmDs/edit?usp=sharing)
Expand Down Expand Up @@ -73,7 +75,7 @@ yarn add @thi.ng/geom
<script src="https://unpkg.com/@thi.ng/geom/lib/index.umd.js" crossorigin></script>
```

Package sizes (gzipped, pre-treeshake): ESM: 10.42 KB / CJS: 10.76 KB / UMD: 10.11 KB
Package sizes (gzipped, pre-treeshake): ESM: 10.44 KB / CJS: 10.77 KB / UMD: 10.12 KB

## Dependencies

Expand Down
4 changes: 3 additions & 1 deletion packages/geom/tpl.readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
This project is part of the
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.

For the Clojure version, please visit: [thi.ng/geom-clj](https://thi.ng/geom-clj)

<!-- TOC -->

## About

${pkg.description}

This project is a partially ported from the [Clojure version of the same
name](http://thi.ng/geom). All polymorphic operations built on
name](http://thi.ng/geom-clj). All polymorphic operations built on
[@thi.ng/defmulti](https://github.com/thi-ng/umbrella/tree/develop/packages/defmulti).

[**Up-to-date feature matrix spreadsheet**](https://docs.google.com/spreadsheets/d/1GxJm-zOQaGECui2MJUmy3gQPTF-T6BJ6vhNlUnPsmDs/edit?usp=sharing)
Expand Down

0 comments on commit d81d469

Please sign in to comment.