diff --git a/core.html b/core.html
index 301cd8b..f39be1b 100644
--- a/core.html
+++ b/core.html
@@ -150,7 +150,7 @@
Method 2: multiple inception key without doc
keypurpose =
transform = "z"
encnumbasis = 46*BASE58BTC
-service = "S" 1*B64URL
+service = 1*B64URL
@@ -158,7 +158,7 @@ Method 2: multiple inception key without doc
- Construct a multibase encoded, multicodec-encoded form of each public key to be included.
- Prefix each encoded key with a period character (.) and single character from the purpose codes table below.
- Append the encoded key to the DID.
- - Encode and append a service type if desired as described below.
+ - Encode and append a service type to the end of the peer DID if desired as described below.
Service encoding
@@ -166,7 +166,7 @@ Method 2: multiple inception key without doc
- Replace common strings in key names and type value with abbreviations from the abbreviations table below.
- Convert to string, and remove unnecessary whitespace, such as spaces and newlines.
- Base64URL Encode String (no padding)
- - Add the period (.) and S (for the service)
+ - Prefix encoded service with a period character (.) and S
Service decoding