Skip to content

Rebrand to "platform" naming #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Helicon JavaScript Sample App
This repository contains the files required to run the Helicon JavaScript Quickstart.
This repository contains the files required to run the Radicalbit Platform JavaScript Quickstart.

Helicon is a simple, scalable, robust, code-free and generic platform to enable and productise the next generation of "online modified", real-time event stream ML/AI models.
The Radicalbit Platform is a simple, scalable, robust, code-free and generic platform to enable and productise the next generation of "online modified", real-time event stream ML/AI models.

## Sample App

Expand Down Expand Up @@ -33,4 +33,4 @@ Download the repo and open `index.html` in your favourite browser.
Alternatively, you can find a live functioning example [here](https://stackblitz.com/edit/helicon-javascript-quickstart-z8feqv?file=index.html)

## Support
We're always happy to help with any other questions you might have! [Send us an email](mailto:support@radicalbit.io).
We're always happy to help with any other questions you might have! [Send us an email](mailto:support@radicalbit.ai).
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<body>
<form id="form">
<h1>Helicon JavaScript Sample App</h1>
<h1>Radicalbit Platform JavaScript Sample App</h1>
<nav>
<ul>
<li>
Expand Down