Skip to content

Commit e5a66d6

Browse files
committed
Updated docs.
1 parent 00c392d commit e5a66d6

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ See http://sciactive.com/pform/ for examples.
88

99
## Installation
1010

11-
You can install PForm with Composer or Bower.
11+
You can install PForm with NPM, Composer or Bower.
1212

1313
```sh
14+
npm install pform
15+
1416
composer require sciactive/pform
1517

1618
bower install https://github.com/sciactive/pform.git
@@ -20,10 +22,10 @@ bower install https://github.com/sciactive/pform.git
2022

2123
PForm comes with the following files:
2224

23-
* `pform.css` & `pform.min.css` (Minified) - The main stylesheet.
24-
* `pform-bootstrap.css` & `pform-bootstrap.min.css` (Minified) - Use this if you also use Bootstrap.
25-
* `pform-ie-lt-8.css` & `pform-ie-lt-8.min.css` (Minified) - Use this to support Internet Explorer 6 and 7.
26-
* `pform-ie-lt-6.css` & `pform-ie-lt-6.min.css` (Minified) - Use this to support Internet Explorer 5.01 and 5.5.
25+
* `pform.css` - The main stylesheet.
26+
* `pform-bootstrap.css` - Use this if you also use Bootstrap.
27+
* `pform-ie-lt-8.css` - Use this to support Internet Explorer 6 and 7.
28+
* `pform-ie-lt-6.css` - Use this to support Internet Explorer 5.01 and 5.5.
2729

2830
So here's how you'd include them all:
2931

@@ -216,11 +218,3 @@ You can apply a form like layout to verification pages by simply providing no in
216218
</fieldset>
217219
</form>
218220
```
219-
220-
## Contacting the Developer
221-
222-
There are several ways to contact PForm's developer with your questions, concerns, comments, bug reports, or feature requests.
223-
224-
- PForm is part of [SciActive on Twitter](http://twitter.com/SciActive).
225-
- Bug reports, questions, and feature requests can be filed at the [issues page](https://github.com/sciactive/pform/issues).
226-
- You can directly [email Hunter Perrin](mailto:hunter@sciactive.com), the creator of PForm.

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -366,13 +366,13 @@ <h4 class="modal-title" id="using-title">Using PForm</h4>
366366
<p>
367367
PForm comes with the following files:<br />
368368
<br />
369-
<code>pform.css</code> &amp; <code>pform.min.css</code> (Minified) - The main stylesheet.
369+
<code>pform.css</code> - The main stylesheet.
370370
<br />
371-
<code>pform-ie-lt-8.css</code> &amp; <code>pform-ie-lt-8.min.css</code> (Minified) - Use this to support Internet Explorer 6 and 7.
371+
<code>pform-ie-lt-8.css</code> - Use this to support Internet Explorer 6 and 7.
372372
<br />
373-
<code>pform-ie-lt-6.css</code> &amp; <code>pform-ie-lt-6.min.css</code> (Minified) - Use this to support Internet Explorer 5.01 and 5.5.
373+
<code>pform-ie-lt-6.css</code> - Use this to support Internet Explorer 5.01 and 5.5.
374374
<br />
375-
<code>pform-bootstrap.css</code> &amp; <code>pform-bootstrap.min.css</code> (Minified) - Use this if you also use <a href="http://getbootstrap.com/" target="_blank">Bootstrap</a>.
375+
<code>pform-bootstrap.css</code> - Use this if you also use <a href="http://getbootstrap.com/" target="_blank">Bootstrap</a>.
376376
</p>
377377
<p>
378378
So here's how you'd include them all:
@@ -1184,4 +1184,4 @@ <h2>Comments</h2>
11841184
</div>
11851185
<p id="copyright">&copy; 2011-2014 SciActive.com. All Rights Reserved.</p>
11861186
</body>
1187-
</html>
1187+
</html>

0 commit comments

Comments
 (0)