@taujs/create-taujs 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -521,7 +521,7 @@ export function App() {
|
|
|
521
521
|
Visit <a href="/">/</a> for standard SSR and{" "}
|
|
522
522
|
<a href="/streaming">/streaming</a> for streaming SSR.
|
|
523
523
|
</li>
|
|
524
|
-
<li>Further
|
|
524
|
+
<li>Further information can be found at <a href="http://taujs.dev" target="_blank">\u03C4js Documentation and Guides</a>.</li>
|
|
525
525
|
</ul>
|
|
526
526
|
</section>
|
|
527
527
|
|