Skip to content

Commit bd97296

Browse files
committed
Update readme with correct links
1 parent 543579b commit bd97296

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Perfect Sessions Demo, CouchDB Driver
1+
# Perfect Sessions Demo, SQLite Driver
22

33
<p align="center">
44
<a href="http://perfect.org/get-involved.html" target="_blank">
@@ -39,7 +39,7 @@
3939
</a>
4040
</p>
4141

42-
This demo shows usage of Perfect Sessions with the CouchDB Driver.
42+
This demo shows usage of Perfect Sessions with the SQLite Driver.
4343

4444
## Compatibility with Swift
4545

@@ -55,7 +55,7 @@ The Session ID and stored session data is displayed on the page. Refresh the pag
5555

5656
We suggest using the [Perfect Assistant](http://perfect.org/en/assistant/) for managing Server Side Swift projects.
5757

58-
In Perfect Assistant, click "Create New Project", and select "Custom repository URL". Choose a location for the project, and enter this URL for "Repository URL": `https://github.com/PerfectExamples/Perfect-Session-CouchDB-Demo.git`
58+
In Perfect Assistant, click "Create New Project", and select "Custom repository URL". Choose a location for the project, and enter this URL for "Repository URL": `https://github.com/PerfectExamples/Perfect-Session-SQLite-Demo.git`
5959

6060
Once the project has been created, click the "Build > Local" button. This will download all dependencies and create an Xcode Project file for you.
6161

@@ -68,10 +68,10 @@ Now, run the project.
6868
The following will clone and build an empty starter project and launch the server on port 8181.
6969

7070
```
71-
git clone https://github.com/PerfectExamples/Perfect-Session-CouchDB-Demo.git
72-
cd Perfect-Session-CouchDB-Demo
71+
git clone https://github.com/PerfectExamples/Perfect-Session-SQLite-Demo.git
72+
cd Perfect-Session-SQLite-Demo
7373
swift build
74-
.build/debug/Perfect-Session-CouchDB-Demo
74+
.build/debug/Perfect-Session-SQLite-Demo
7575
```
7676

7777
You should see the following output:

0 commit comments

Comments
 (0)