Skip to content

Commit

Permalink
fix(readme): readme was not updated with new changes changed version …
Browse files Browse the repository at this point in the history
…inside ocean example for rx-button web component
  • Loading branch information
Stradivario committed Oct 6, 2021
1 parent 0fb5033 commit 0393e43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Streams**.
### Starting Litre server

```typescript
import litre from 'https://raw.githubusercontent.com/Stradivario/litre/master/src/mod.ts';
import { start } from 'https://raw.githubusercontent.com/Stradivario/litre/master/src/mod.ts';

litre({
start({
importmap: await Deno.readTextFile('importmap.json'),
folder: 'app',
port: 4200,
Expand Down
2 changes: 1 addition & 1 deletion example/ocean/app/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
<link rel="icon" type="image/x-icon" href="https://graphql-server.com/favicon.aa477cee.ico"/>
<title>My app</title>
<script type="module">
import 'https://cdn.esm.sh/v53/@rxdi/ui-kit/button';
import 'https://cdn.esm.sh/v53/@rxdi/ui-kit@0.7.128/button';
</script>
<style>
:root {
Expand Down

0 comments on commit 0393e43

Please sign in to comment.