Skip to content

Commit

Permalink
Remove unnecessary blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-xD committed Nov 8, 2021
1 parent 9b42541 commit fb9cb6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ channel

### Symmetric Encryption


Ably client libraries support built-in symmetric encryption of message content, making it easier to build apps that encrypt content fully end-to-end. Whilst TLS is enabled by default and ensures that data is securely sent to and received from Ably, messages are not encrypted within the Ably system. Using the encryption feature of our client libraries ensures that message payloads are opaque, can never be decrypted by Ably, and can only be decrypted by other clients that share your secret key.

- Get or create a key, typically in one of these ways:
Expand Down

0 comments on commit fb9cb6a

Please sign in to comment.