Merge pull request #48 from Yamboy1/patch-1

Another typo
This commit is contained in:
Noah Trupin
2019-11-17 19:31:10 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -140,7 +140,7 @@ However, AbstractML does not support embedded style or script tags with code nes
## Documentation
The documentation can be found [here](https://abstractml.github.io/abstractml/).
The documentation can be found [here](https://ntrupin.github.io/abstractml/).
## Contributing

View File

@@ -23,7 +23,7 @@
<p class="menu-label">Online</p>
<ul class="menu-list">
<li><a href="index.html">Home</a></li>
<li><a href="https://github.com/ntrupin/linescript">GitHub</a></li>
<li><a href="https://github.com/ntrupin/AbstractML">GitHub</a></li>
</ul>
<p class="menu-label">Documentation</p>
<ul class="menu-list">
@@ -99,7 +99,7 @@
<b>1. Set up your HTML file.</b>
<br>
<br>
The HTML file is what is called on by your browser when the webpage is requested, and is the page that is dynamically updated to include the parsed LineScript file. This is the one file that you must have downloaded to your computer or hosted on wherever you are hosting your webpage. You can get it here.
The HTML file is what is called on by your browser when the webpage is requested, and is the page that is dynamically updated to include the parsed AbstractML file. This is the one file that you must have downloaded to your computer or hosted on wherever you are hosting your webpage. You can get it here.
<br>
<br>
Once you have the file, there is one thing you must do:
@@ -116,7 +116,7 @@
The compiler is the file that makes AbstractML work.
<br>
<br>
compiler.js is the file that is AbstractML. It contains the switches and other code that takes your osls file and converts it to a valid HTML document. The majority of the updates we make to the language are done to this file, because all of the commands, arguments, and well... everything is calculated in this script. You can get it here.
compiler.js is the file that is AbstractML. It contains the switches and other code that takes your aml file and converts it to a valid HTML document. The majority of the updates we make to the language are done to this file, because all of the commands, arguments, and well... everything is calculated in this script. You can get it here.
<br>
<br>
You don't have to do anything to this file - it works as-is.
@@ -184,7 +184,7 @@ h1 -> arguments -> text</code></pre>
<b id="paragraphs">Paragraphs</b>
<br>
<br>
The paragraph element is one of the most common HTML, and also Linescript, elements. It is the container for simple text, that can be styled by the developer.
The paragraph element is one of the most common HTML, and also AbstractML, elements. It is the container for simple text, that can be styled by the developer.
<br>
<br>
Usage: