attogram/attogram-info

View on GitHub
actions/readme.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
// Attogram Framework - Info Module - README page v0.3.0

namespace Attogram;

$page = new MarkdownPage(
    $this->attogramDirectory.'README.md',
    'Readme - Attogram Framework',
    $this
);

print $page->getPage();