diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-12-12 16:58:02 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-12-12 16:58:02 -0500 |
commit | e519aa44d148d5b8f22d7fe8844dc566046b04c2 (patch) | |
tree | 02f26e3be010c654aaf6bf575b280b06d9d5c54a | |
parent | b8eec6b96ed91c408f5ba3fef614c031cb5b50d7 (diff) | |
download | piem-e519aa44d148d5b8f22d7fe8844dc566046b04c2.tar.gz |
README: Fix a typo
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ This project is currently in the early stages of development. In general, anything that relates to interacting with public-inbox (https://public-inbox.org/README) archives from Emacs is worth considering, at least at this point. Much of the current -functionality focuses on mapping public inbox endpoints (email, nntp, +functionality focuses on mapping public-inbox endpoints (email, nntp, http, rss) to associated code repositories in order to apply patches. Documentation is available online at |