Skip to content

Commit 09d6d32

Browse files
committed
Merge branch 'ditch-clj-ssh'
2 parents 6ee6ac0 + b430923 commit 09d6d32

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# clj-libssh2
22

33
A Clojure library for interacting with SSH servers using
4-
[libssh2](http://www.libssh2.org/) under the hood. There are three parts to
5-
this library:
4+
[libssh2](http://www.libssh2.org/) under the hood. There are two parts to this
5+
library:
66

77
1. A small API for doing most common SSH and SCP operations. You should use
88
this for all new code using this library. Examples of usage can be found in
@@ -14,10 +14,6 @@ this library:
1414
details of what you end up using this for, so that I can expand the main
1515
API. Some notes on this API can be found in
1616
[doc/libssh2.md](https://github.com/conormcd/clj-libssh2/blob/master/doc/libssh2.md).
17-
3. A series of convenience functions designed to make this library a suitable
18-
replacement for [clj-ssh](https://github.com/hugoduncan/clj-ssh). You
19-
should use this if you're transitioning code from `clj-ssh` to this
20-
library.
2117

2218
Function by function documentation for the latest release should always be
2319
available at: http://conormcd.github.io/clj-libssh2/

doc/clj-libssh.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)