mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-18 06:54:22 +01:00
tweaks
This commit is contained in:
@@ -16,10 +16,10 @@ Welcome to the Internet of Peers
|
||||
### Guide
|
||||
|
||||
* [Getting Started](./guide/getting-started.md)
|
||||
* [Starting a Pear App](./guide/starting-a-pear-app.md)
|
||||
* [Making a Pear App](./guide/making-a-pear-app.md)
|
||||
* [Sharing a Pear App](./guide/sharing-a-pear-app.md)
|
||||
* [Releasing a Pear App](./guide/releasing-a-pear-app.md)
|
||||
* [Starting a Pear Project](./guide/starting-a-pear-project.md)
|
||||
* [Making a Pear Application](./guide/making-a-pear-app.md)
|
||||
* [Sharing a Pear Application](./guide/sharing-a-pear-app.md)
|
||||
* [Releasing a Pear Application](./guide/releasing-a-pear-app.md)
|
||||
|
||||
### Reference
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Making a Pear App
|
||||
# Making a Pear Application
|
||||
|
||||
## Step 1. Install modules
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Releasing a Pear App
|
||||
# Releasing a Pear Application
|
||||
|
||||
As covered in [Sharing a Pear App](./sharing-a-pear-app.md), Pear use release channels in a similar way that git use branches. When the app has been tested, and it's ready to release it, it's really simple.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Sharing a Pear App
|
||||
# Sharing a Pear Application
|
||||
|
||||
Before releasing a Pear app to the public, it's possible to share it with others.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Starting a Pear App
|
||||
# Starting a Pear Project
|
||||
|
||||
This tutorial will show how to create a basic chat app with Pear, and through that teach how to use some of the main building blocks.
|
||||
|
||||
Reference in New Issue
Block a user