Skip to content

Commit

Permalink
small typo fix; fix docker-compose cmd (functionland#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitaaron committed Apr 1, 2022
1 parent 0a951a2 commit ba37f84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/box-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The easiest way to get the Box server running locally is to clone our repo and u

```
> git clone https://github.com/functionland/fula
> docker-compose -f docker-compose-dev.yml up
> docker-compose -f docker-compose.dev.yaml up
```

Next, take note of the [PeerID](https://docs.libp2p.io/concepts/peer-id/) that the Box server created on startup.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/fula-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import WorkInProgress from '../components/WorkInProgress.mdx'
FULA Client lets you connect your web application to the Box using [libp2p](https://libp2p.io/). It helps DApp developers to use a Box as the back-end for their applications. You can use the File and Graph APIs to store and retrieve your data.

## Installation
FULA Client is available in javascript, and it can be installed like any other NPM package:
The FULA client is available in javascript, and it can be installed like any other NPM package:

```shell
npm i @functionland/fula
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/using-samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ id: using-samples

All of the FULA samples can be found in the FULA GitHub repo under [examples](https://github.com/functionland/fula/tree/main/examples).

To get things started and give you an idea of how to work with the [Graph Api](/api/graph-api) we will set up the [TODO Sample App](https://github.com/functionland/fula/tree/main/examples/react-todo-app)
To get things started and give you an idea of how to work with the [Graph API](/api/graph-api) we will set up the [TODO Sample App](https://github.com/functionland/fula/tree/main/examples/react-todo-app)

## Running the TODO Sample

Expand Down

0 comments on commit ba37f84

Please sign in to comment.