Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/dapp_engine_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Our virtual machine provides eight functions and four additional subfunctions. T
| ------------------ |
| If you've got access to a Linux you can download and install our CLI by inputting npm install pangea-cli -g. |
| You can download our dApp template at https://github.com/Bit-Nation/dApp-template. Edit the truffle.js or truffle-config.js as well as app.js and their package.json file in order to build your first dApp. |
| For more information about Truffle, NPM or es2015 please check out the following links: https://truffleframework.com/docs, https://docs.npmjs.com/, https://babeljs.io/docs/en/learn/.
| For more information about Truffle, npm or es2015 please check out the following links: https://truffleframework.com/docs, https://docs.npmjs.com/, https://babeljs.io/docs/en/learn/.

## 3. Prerequisites
Developing a decentralized application may require a number of pre-requisite skills and knowledge. Here we suggest taking some of these classes - at least one per topic - to become familiar with the skills and knowledge necessary to develop decentralized applications.
Expand Down Expand Up @@ -257,11 +257,11 @@ Hopefully by the end of this document you have a pretty clear picture about how
(https://github.com/Bit-Nation/pangea-sdk/blob/master/src/index.js)


##### NPM
###### What is NPM?
##### npm
###### What is npm?
(https://www.npmjs.com/)

###### NPM Documentation
###### npm Documentation
(https://docs.npmjs.com/)

###### Working With
Expand Down