diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-07-10 08:55:23 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-07-10 08:55:23 -0400 |
commit | f8d0687877cd239bb886cfe22cc5f64f85a36bde (patch) | |
tree | 78e3a19947ee4743aa4fd4a1e1a2b589ee9b5ddb /README.md | |
parent | aa9c2362a081583db2880938edf3aa8379c4f926 (diff) | |
download | acap-f8d0687877cd239bb886cfe22cc5f64f85a36bde.tar.xz |
Update default branch to 'main'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ [![crates.io](https://img.shields.io/crates/v/acap.svg)](https://crates.io/crates/acap) [![Documentation](https://docs.rs/acap/badge.svg)](https://docs.rs/acap) -[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/tavianator/knn/blob/master/LICENSE) -[![Build Status](https://travis-ci.com/tavianator/acap.svg?branch=master)](https://travis-ci.com/tavianator/acap) +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/tavianator/knn/blob/main/LICENSE) +[![Build Status](https://travis-ci.com/tavianator/acap.svg?branch=main)](https://travis-ci.com/tavianator/acap) As Close As Possible — [nearest neighbor search] in Rust. |