Skip to content

Commit

Permalink
Chore/docs update (#203)
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
rhyslbw committed Jul 1, 2020
1 parent 5818ba9 commit 34ac7c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
6 changes: 1 addition & 5 deletions packages/cli/README.md
Expand Up @@ -4,10 +4,6 @@
npm i -g cardano-graphql-cli
cgql --help
```
## Execute without installing using [npx](https://nodejs.dev/the-npx-nodejs-package-runner)
```
npx cardano-graphql-cli --help
```
## Build from source using yarn
```
yarn & yarn add-global
Expand All @@ -18,4 +14,4 @@ following command is useful for a single terminal session:
```
export PATH="$(yarn global bin):$PATH"
cgql --help
```
```
11 changes: 0 additions & 11 deletions packages/server/README.md
@@ -1,12 +1 @@
# Cardano GraphQL - Server
```
import { Server } from '@cardano-graphql/server'
const server = new Server({
})
server.listen().then(() => {
})
```
2 changes: 1 addition & 1 deletion packages/util-dev/README.md
@@ -1 +1 @@
# Cardano GraphQL - Base
# Cardano GraphQL - Util Dev

0 comments on commit 34ac7c2

Please sign in to comment.