Skip to content

Commit ee80cdc

Browse files
committed
docs: change sub section titles
1 parent f9a09c0 commit ee80cdc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

user_guide_src/source/installation/running.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ section of the User Guide to begin learning how to build dynamic PHP application
2525
Initial Configuration
2626
*********************
2727

28-
Setting the Base URL of Your Site
29-
=================================
28+
Configure for Your Site URIs
29+
============================
3030

3131
Open the **app/Config/App.php** file with a text editor.
3232

@@ -53,8 +53,8 @@ If you intend to use a database, open the
5353
**app/Config/Database.php** file with a text editor and set your
5454
database settings. Alternately, these could be set in your **.env** file.
5555

56-
Setting to Development Mode
57-
===========================
56+
Set to Development Mode
57+
=======================
5858

5959
If it is not on the production server, set ``CI_ENVIRONMENT`` to ``development``
6060
in **.env** file to take advantage of the debugging tools provided. See
@@ -65,8 +65,8 @@ in **.env** file to take advantage of the debugging tools provided. See
6565
by setting the environment to "production". By default, the application will
6666
run using the "production" environment. See also :ref:`environment-constant`.
6767

68-
Setting Writable Folder Permission
69-
==================================
68+
Set Writable Folder Permission
69+
==============================
7070

7171
If you will be running your site using a web server (e.g., Apache or nginx),
7272
you will need to modify the permissions for the **writable** folder inside

0 commit comments

Comments
 (0)