summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5d829af..4b35654 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-# Native (non-web) interface written in C for interacting with [Interchange](https://interchangecommerce.org) servers
+# Cross-platform library written in C for interacting with [Interchange](https://interchangecommerce.org) servers
# Building
```sh
-$ git clone git://darapsa.org/libicclient.git
-$ cd libicclient
+$ git clone git://darapsa.org/libinterchange.git
+$ cd libinterchange
$ autoreconf -is
$ mkdir build
$ cd build