Skip to content

Commit e0b488f

Browse files
reword intro
1 parent 7e702b7 commit e0b488f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pages/index.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ title: "Lucia"
66

77
Lucia is an open source project to provide resources on implementing authentication with JavaScript and TypeScript.
88

9-
The main section is on implementing sessions with your database, library, and framework of choice. Using the API you just created, you can continue learning by going through the tutorials or by referencing the many fully-fledged examples.
9+
The main section is on implementing sessions with your database, library, and framework of choice. Using the API you just created, you can continue learning by going through the tutorials or by referencing one of the fully-fledged examples.
1010

11-
If you have any questions on anything related to auth, feel free to ask them in our [Discord server](https://discord.com/invite/PwrK3kpVR3) or on [GitHub Discussions](https://github.com/lucia-auth/lucia/discussions)!
11+
If you have any questions on auth, feel free to ask them in our [Discord server](https://discord.com/invite/PwrK3kpVR3) or on [GitHub Discussions](https://github.com/lucia-auth/lucia/discussions)!
1212

1313
## Why not a library?
1414

@@ -28,6 +28,8 @@ We came to the conclusion that at least for the core of auth - sessions - it's b
2828

2929
## Disclaimer
3030

31-
All example code in this site is licensed under the [Zero-Clause BSD license](https://github.com/lucia-auth/next/blob/main/LICENSE-0BSD). You're free to use, copy, modify, and distribute it without any attribution. The license is approved by [the Open Source Initiative (OSI)](https://opensource.org/license/0bsd) and [Google](https://opensource.google/documentation/reference/patching#forbidden).
31+
All example code in this site is licensed under the [Zero-Clause BSD license](https://github.com/lucia-auth/next/blob/main/LICENSE-0BSD). You're free to use, copy, modify, and distribute it without any attribution. The license is approved by the [Open Source Initiative (OSI)](https://opensource.org/license/0bsd) and [Google](https://opensource.google/documentation/reference/patching#forbidden).
3232

33-
Everything else including the documentation text is licensed under the [MIT license](https://github.com/lucia-auth/next/blob/main/LICENSE-MIT).
33+
Everything else is licensed under the [MIT license](https://github.com/lucia-auth/next/blob/main/LICENSE-MIT).
34+
35+
*Copyright © 2019-present Pilcrow and contributors*

0 commit comments

Comments
 (0)