mirror of
https://github.com/til-schneider/slim-wiki.git
synced 2025-08-09 18:16:38 +02:00
Fixed typos
This commit is contained in:
@@ -44,8 +44,8 @@ Now link the project directory to a locally installed Apache Webserver with PHP
|
|||||||
|
|
||||||
Go to the browser and open one of:
|
Go to the browser and open one of:
|
||||||
|
|
||||||
- `http:localhost/path/to/src/` - for the development version using the source JavaScript files.
|
- `http://localhost/path/to/src/` - for the development version using the source JavaScript files.
|
||||||
- `http:localhost/path/to/dist/` - for the production version using compressed CSS and JavaScript.
|
- `http://localhost/path/to/dist/` - for the production version using compressed CSS and JavaScript.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -127,7 +127,7 @@ Create a simple code block by intending the text using 4 or more spaces:
|
|||||||
which(isEasy) toRemember();
|
which(isEasy) toRemember();
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
You can also create a code block using `~~~` or <code>```</code>. If you set a language (e.g. `~~~ xml`), your code will be shown using syntax highlighting:
|
You can also create a code block using `~~~` or <code>```</code>. If you set a language (e.g. `~~~ xml`), your code will be shown using syntax highlighting:
|
||||||
|
|
||||||
~~~ xml
|
~~~ xml
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
Reference in New Issue
Block a user