summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2017-05-14 13:13:22 -0400
committerDave Reisner <dreisner@archlinux.org>2017-05-14 13:13:22 -0400
commit375b035ee2a50262c8ae429e8825ec6a77c36086 (patch)
treee7d7a91a2bdfafee801ea27f01a694d9c45c9cb4
parentfc74b097ab2f8ae101dc383fc0bd5635ef02fd5c (diff)
downloadasp32-375b035ee2a50262c8ae429e8825ec6a77c36086.tar.xz
declare victory: asp replaces abs, not just attempts to
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 01b63ef..56cdb00 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# asp
`asp` is a tool to manage the build source files used to create Arch Linux
-packages. It attempts to replace the `abs` tool, offering more up to date
-sources (via the svntogit repositories) and uses a sparse checkout model to
-conserve diskspace. This probably won't be interesting to users who want a
-full checkout (for whatever reason that may be).
+packages. It replaces the `abs` tool, offering more up to date sources (via the
+svntogit repositories) and uses a sparse checkout model to conserve diskspace.
+This probably won't be interesting to users who want a full checkout (for
+whatever reason that may be).
# Setup