diff --git a/documentation/gettingstarted.html b/documentation/gettingstarted.html
index 1e52551ee..ee5c35273 100644
--- a/documentation/gettingstarted.html
+++ b/documentation/gettingstarted.html
@@ -29,8 +29,8 @@ to be as small as possible. The library ships as several JAR files to provide mo
over which features applications require:
- - smack-core.jar -- provides core XMPP functionality and is the only required
- library. All XMPP features that are part of the XMPP RFCs are included.
+ - smack-core.jar -- provides core XMPP functionality. All XMPP features that are
+ part of the XMPP RFCs are included.
- smack-extensions.jar -- support for many of the extensions (XEPs) defined
by the XMPP Standards Foundation, including multi-user chat, file transfer, user search, etc.
The extensions are documented in the extensions manual.
@@ -52,7 +52,6 @@ over which features applications require:
is enabled.
-
Smack has an initialization process that involves 2 phases.
diff --git a/resources/releasedocs/README.html b/resources/releasedocs/README.html
index 96d7fd5b4..d1a220e4c 100644
--- a/resources/releasedocs/README.html
+++ b/resources/releasedocs/README.html
@@ -167,8 +167,7 @@ fixes to the code, please visit the
About the Distribution
-The smack.jar file in the main distribution folder is the only binary file
-required for embedding XMPP functionality into client applications. The optional
+The smack-core.jar file in the main distribution folder. The optional
smack-extensions.jar contains the Smack extensions
while smack-debug.jar contains an enhanced debugger.