Skip to content

Commit 7eb570c

Browse files
committed
fix readme.md
1 parent dc63fc7 commit 7eb570c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ruby run_test.rb test
2929

3030
## Usage
3131
```ruby
32-
socket = TCPSocket.new('polarssl', 443)
32+
socket = TCPSocket.new('polarssl.org', 443)
3333

3434
entropy = PolarSSL::Entropy.new
3535
ctr_drbg = PolarSSL::CtrDrbg.new(entropy)
@@ -57,7 +57,7 @@ socket.close
5757
ssl.close
5858
```
5959

60-
### Encrypting data
60+
### Encrypting data (WIP)
6161

6262
The `PolarSSL::Cipher` class lets you encrypt data with a wide range of
6363
encryption standards like AES, Blowfish and DES.

0 commit comments

Comments
 (0)