diff options
author | tjpcc <tjp@ctrl-c.club> | 2023-05-03 17:30:45 -0600 |
---|---|---|
committer | tjpcc <tjp@ctrl-c.club> | 2023-05-03 17:30:45 -0600 |
commit | 5c9655a1bb2af0f23ca6d9daf96aed44cd01c3c8 (patch) | |
tree | a400f2af9dc50dfded7a55972e035ad9fd3e1d30 /README.md | |
parent | e06214b4f62173fa4be23e980bcb4d9680fd8c95 (diff) |
include spartan in the protocols list in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ sliderule is carefully structured as composable building blocks. The top-level p ## Protocols -The packages sliderule/gemini, sliderule/gopher, and sliderule/finger provide concrete implementations specific to those protocols. +The packages sliderule/gemini, sliderule/gopher, sliderule/finger, and sliderule/spartan provide concrete implementations specific to those protocols. * I/O (parsing, formatting) request and responses * constructors for the various kinds of protocol responses |