Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
fixup! [Examples] Add SQLite
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Marczewski <[email protected]>
  • Loading branch information
pwmarcz committed Jul 2, 2021
1 parent 5a97bf7 commit 6c2456d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/sqlite/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bash example
# SQLite example

This directory contains an example for running SQLite in Graphene, including the
Makefile and a template for generating the manifest. The application is tested
Expand All @@ -22,7 +22,7 @@ Run `make SGX=1` (non-debug) or `make SGX=1 DEBUG=1` (debug) in the directory.

# Running SQLite with Graphene

Here's an example of running Bash scripts under Graphene:
Here's an example of running SQLite under Graphene:

Without SGX:
```
Expand Down

0 comments on commit 6c2456d

Please sign in to comment.