diff --git a/readme.html b/readme.html
index 39e4796085..d9840bd2de 100644
--- a/readme.html
+++ b/readme.html
@@ -21,7 +21,7 @@
Unzip the package in an empty directory and upload everything.
Open wp-admin/install.php in your browser. It will take you through the process to set up a wp-config.php
file with your database connection details.
- - If for some reason this does not work, do not worry. It may not work on all web hosts. It does not work on all web hosts. Open up
wp-config-sample.php
with a text editor like WordPad or similar and fill in your database connection details.
+ - If for some reason this does not work, do not worry. It may not work on all web hosts. Open up
wp-config-sample.php
with a text editor like WordPad or similar and fill in your database connection details.
- Save the file as
wp-config.php
and upload it.
- Open wp-admin/install.php in your browser.
diff --git a/wp-includes/version.php b/wp-includes/version.php
index be836c5197..e2eff136d9 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.0-alpha-52980';
+$wp_version = '6.0-alpha-52981';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.