Skip to content

Commit 55b311a

Browse files
authored
Merge pull request #29 from siraken/fix-tauri-url
2 parents 8b85a20 + 76fdcce commit 55b311a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/docs/1/getting-started/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ And they said PHP was dead.
1818

1919
Strictly speaking, NativePHP is a combination of elements:
2020

21-
1. A collection of easy-to-use classes - abstractions - to enable you to interact with a variety of host operating
21+
1. A collection of easy-to-use classes - abstractions - to enable you to interact with a variety of host operating
2222
system features.
2323
2. A set of tools to enable building and bundling your native application using either the Electron or Tauri browser
2424
environment.
@@ -50,7 +50,7 @@ NativePHP comes with a bunch of useful features out of the box, including:
5050

5151
All of this and more is explored in the rest of these docs.
5252

53-
## What can I build with NativePHP?
53+
## What can I build with NativePHP?
5454

5555
Honestly, anything you want. We believe NativePHP is going to empower thousands of developers to build all kinds of
5656
applications. The only limit is your imagination.
@@ -75,7 +75,7 @@ NativePHP wouldn't be possible without the following projects and the hard work
7575

7676
- [PHP](https://php.net)
7777
- [Electron](https://electronjs.org)
78-
- [Tauri](https://tauri.studio)
78+
- [Tauri](https://tauri.app)
7979
- [Laravel](https://laravel.com)
8080
- [Symfony](https://symfony.com)
8181
- [Static PHP CLI](https://github.com/crazywhalecc/static-php-cli/)

0 commit comments

Comments
 (0)